I have set up a Rust server on a Windows Server 2019 machine, and while it runs smoothly on my local network, I am encountering problems when trying to connect from external networks. Here are the specific issues and the steps I have already taken to troubleshoot them: Ports Configuration: Firewall Settings: Server Configuration: ISP and Router Settings: Additional Testing: External Server Connectivity: Despite these efforts, I am still unable to connect to my Rust server from external networks. I suspect that there may be an underlying issue that I have not yet identified or addressed. Therefore, I am reaching out to seek your expert guidance and support. For your convenience, I have attached my complete server configuration file for your review. Any assistance or recommendations you could provide to help resolve this issue would be greatly appreciated. I am eager to get my server running smoothly and accessible for players. |
Error when outside network player are join
I have also used Portforward network Utulities ports 28015.28016.28017.28018 all come back open on tcp and udp.
What is query.port? maybe you meant server.queryport
Also additional.port I guess is app.port
And it seems you have problems with UDP, since rcon is working and that is on TCP
@echo off
:start
C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir C:\Users\Administrator\Desktop\Severs\Steamcmd\steamapps\common\rust_dedicated +app_update 258550 +quit
RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.seed 21579256 +server.worldsize 4500 +server.maxplayers 200 +server.hostname "LastZone" +server.description "Get server Status and free game on our site at http://www.hilexzone.com." +server.url "https://www.hilexzone.com" +server.headerimage "http://www.hilexzpne.com/serverimage.jpg" +server.identity "server1" +rcon.port 28016 +rcon.password #### +rcon.web true
goto start
Merged post
The above is the startup .bat file I have been using. I have also tried creating a server.cfg file, placing it in the cfg directory, and running the following commands: C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir C:\Users\Administrator\Desktop\Severs\Steamcmd\steamapps\common\rust_dedicated +app_update 258550 +quit
RustDedicated.exe -batchmode +server.identity "server1" +cfg "C:\Users\Administrator\Desktop\Severs\Steamcmd\steamapps\common\rust_dedicated\cfg\server.cfg"
goto start
However, I am still encountering issues. I can connect to the server using the F1 console command connect <internal IP> and play on the server without any problems. Despite this, the server does not appear in the server list. I reached out to Facepunch, but they informed me that they do not offer support for servers.
other server link 7D2D i have no Problems.
I can Upload logs if that helps to sovle this.
Merged post
Crap i just seen i dont have the query.port? set i add the query.port? to 28017 and trying to restartthe server ill post a update when its booted.
Merged post
Same Error
its server.queryport
also in server list will take a while to appear