Hi!
So Im just setting up my server on an Azure Virtual Machine but i cant find it or connect to it,
even tho In my console appears like the server is running without a problem, here is the rust server.bat i have
echo off
:start
C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir
C:\steamcmd\Serverloc +app_update 258550
+quit
RustDedicated.exe -batchmode +server.ip 0.0.0.0 +server.port 27015 +server.level "Procedural Map" +server.seed 1234 +server.worldsize 4000
+server.maxplayers 100 +server.hostname "Rusty potatoe 18/12" +server.description "Still testing this out" +server.url
"siteurl" +server.headerimage "siteurl" +server.identity "server1" +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password {password} +rcon.web 1
goto start
Now weird part, if I run a netstat I can see that TCP 28016/UDP 27015 ports are both listening but i cant manage to find my server or connect to it, what did i do wrong :/??
Server not showing up from Azure VM
Discussion in 'Rust Discussion' started by CR-Jorch, Dec 18, 2017.
-
did you manage top open all ports in the azure machine backend?
-
I've used the Azure VM and it took me some headaches to configure it, pm me where i can contact you
-
Attached Files:
-
-
-
Also Resistance
[DOUBLEPOST=1513705837][/DOUBLEPOST] -
-
Guess I'ma check again the security group and check if ports are properly opened in the resource panel, because in the vm everything is ok :s