I have a windows server 2012 R2 host with rust server
but when i try to connect i recive this mensage "disconnected (connection attempt failed) - returning to main menu.
ps- the port is open on firewall
my bat file @echo off :start cls echo Starting Server... echo This may take a while... I - Pastebin.com
Can't connect to my rust server (windows server 2012 R2)
Discussion in 'Rust Discussion' started by luccaa456, Feb 27, 2018.
-
is the a box that your renting if so you need to use the box ip for server and rcon and put these on different lines
+server.seed 90501750 +server.worldsize 4000 ^
you will need to change your password now as you let all know it -
Wulf Community Admin
@luccaa456, if you can see the server console on the machine and it shows it as started fully, then the issue likely lies with the port setup for the network or firewall with the machine. -
Code:
@echo off cls :start echo Starting server...RustDedicated.exe -batchmode -nographics ^ +server.stability true ^ +server.hostname "lucas test server" ^ +server.secure true ^ +oxide.directory "server/{server.identity}/oxide" ^ +server.description "Welcome to my sexy server" ^ +server.headerimage "http://myweb.com/banner.png" ^ +server.url "http://myweb.com" ^ +server.seed 90501750 ^ +server.worldsize 4000 ^ +server.ip 0.0.0.0 ^ +server.port 28015 ^ +server.maxplayers 5 ^ +rcon.ip 0.0.0.0 ^ +rcon.port 28016 ^ +rcon.password 1234 ^ +server.globalchat true ^ +server.identity "default" ^ +server.level "Procedural Map" ^ +server.saveinterval 300 ^ -LogFile "C:\Users\Administrador\Desktop\RSM\server\default\serverlog.log"echo. echo Restarting server... timeout /t 10 echo. goto start
-
You also need to allow RustDedicated through the firewall as an inbound connection. After that start your server and see if it gets listed http://api.steampowered.com/ISteamApps/GetServersAtAddress/v0001?addr=xxx.xxx.xxx.xxx Replace xxx with your public ip
-
but when I tried to connect to other game sever with the same port and I got a connection
So I deduct the problem is the rust server
PS- I already reinstall all the server 3 times
[DOUBLEPOST=1519726005][/DOUBLEPOST]
Here is your request
Imgur -
I really don't know what do
I already install all
microsoft retribution c++
server and connection log - Screenshot
rust - ScreenshotLast edited by a moderator: Feb 27, 2018