Hello im strugling with attemps to fix my rust+ to work with my server
Everything works, like the rcon the server expect the app:Could not establish a tcp connection
This is my format
echo off
: start
C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\rustserver\ +app_update 258550 +quit
RustDedicated.exe -batchmode ^
+server.queryport 28018 ^
+server.port 28017 ^
+rcon.port 28016 ^
+app.port 28085 ^
+server.level "Procedural Map" ^
+server.seed 424110066 ^
+server.worldsize 3700 ^
+server.maxplayers 100 ^
+server.hostname "EU ICERust | Solo Duo TRIO | Noob Friendly" ^
+server.description ""
+server.url "" ^
+server.headerimage "http://yourwebsite.com/serverimage.jpg" ^
+server.identity "server1" ^
+rcon.ip *.*.*.* ^
+app.listenip *.*.*.* ^
+rcon.password XXXXX ^
+rcon.web 1 ^
+server.saveinterval 700 ^
+server.tickrate 30 ^
goto start
--------
my port forward setting
| 1 | 28018 | 28018 | TCP&UDP | |
| 2 | 28017 | 28017 | TCP&UDP | |
| 3 | 28016 | 28085 | TCP&UDP |
Second line -Server port 28017
Second line is rcon port 28016 with the app port 28085 combined
i have done the firewall rules i even disabled the firewalls in my router and in my pc to
still cant get it to work any help?