Hi,
Last night iv'e managed to creat my own rust server, after a night of playing with those beauthiful plugins codes, i got a server running 100% error free. Over 15 plugins running with 0 errors, but it won't show up in rust server list.
I know, i should of tryed to get a vanilla server running and accesible before geting into the modifications but i was not in the mood of doing so since all i wanted was to work with those awsome plugins provided by you guys !
PROBLEM INFOS ( SKIP THE INTRO)
-Installing SteamCmd at E:\
-Installing vanilla files app_update 258550 at E:\rustserver
-Extracting Oxide at E:\rustserver (replacing exisiting file)
-Behind a modem (fiber 25/25) so im forwarding port 28015 and 28016 to my local machine 192.168.2.10 (TCP/UDP)
-Executing my startup batch (its usaly all in a line with spaces, just made it easier for your eyes)
ORCode:RustDedicated.exe -batchmode -nographics +server.ip 192.168.2.10 +rcon.ip 127.0.0.1 (works either with all 0's or correct ip) +server.port 28015 +rcon.port 28016 +rcon.password "MyRconPW" +server.maxplayers 150 +server.hostname "My Server Name" +server.identity "Test 3" +server.level "Procedural Map" +server.seed 2091856 +server.worldsize 3000 +server.saveinterval 600 +server.globalchat true -logfile logfilename.log
Everything goes fine, only get an error since map was not created yet and null grapgics device detected.Code:RustDedicated.exe -batchmode -autoupdate -load +server.port 28015 +server.hostname "mystiquetest" +server.seed 23987642938746 +server.maxplayers 10 +server.identitiy "tabarnak" +server.saveinterval 900 +spawn.min_rate 1 +spawn.max_rate 3 +spawn.min_density 1 +spawn.max_density 3 +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password "test"
Server gets up, im even connecting Rusty or RAR to 127.0.0.1:28016.
I can play on my server, my friend on local network to. Plugins saves.... i gotta say you guy are doing a crazy job with the plugins and coding, had no problem geting my changes on your stuff throught notepadd++.
SERVER WON'T SHOW ON RUST LISTS
Debuging :
1.On local network, my friend cant see my server in the lists (but can connect with direct LAN IPORT)
2.Firewalls up/down. Nothing
We connected my friend computer to my cellphone data for the fallowing connections tests :
Server is up for at least 15min and he can't see it in any server list
1.So he connected to me using CONNECT (dmzIP):28015. Worked (yet my port forwarding isint the problem)
2.Firewalls off, cant see me still.
3.Changed RCON ip into startup.bat to 192.168.2.10 instead of 127.0.0.1 (even if i doubt it changes anything) Still cant see me.
We did a cople more test using diferent Startup.bat format.
Tryed clean files withouth OXIDE.
Tryed clean files with OXIDE and 0 plugins.
Hope i find any help here, iv spent cople hours reading google and forums.... Iv been carefull backuping files and always been testing from a clean server folder.
Thanks for answearing me, if in any chance you wanna talk SKYPE/HOTMAIL : [email protected]
Ps: first language being french, hope i wasnt to scary to read ! See you soon
[DOUBLEPOST=1466290298][/DOUBLEPOST]EDIT:
Somehow wont let me dit my post
Instaled rust:IO in fresh server file. My server is showing on there websit. Still cant see it from rust client.
Server won't show on server list
Discussion in 'Rust Discussion' started by MystiquePoe1, Jun 18, 2016.
-
+server.ip 192.168.2.10 will probably be wrong, because that's your private IP and is probably not visible beyond your router.
-
Wulf Community Admin
-
Its not the problem, from outisde my lan i can connect to my server using my DMZ ip + 28015 port.
-
Wulf Community Admin
-
Sometimes it takes up to several minutes. -
I've let the server run up to 1h-2h (3-4 try with diferent serverfiles).
And the case for empty server is cheked, im refreshing the page waiting, typing the server name..... odd -
-
@MystiquePoe1
Code:@echo off RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +server.port 28015 +server.level "Procedural Map" +server.worldsize 3000 +server.seed 2091856 +server.maxplayers 150 +server.hostname "My Server Name" +server.identity "my_server_identity" +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password 1234
-
[DOUBLEPOST=1466461503][/DOUBLEPOST]Whatever startup.bat i use i see my server on rust.io and also when i connect with direct IP server description look like this :
Still stuck guysAttached Files:
-
-
-
-
Hey guys. My Rust servers aren't showing up in the list. It's been over 24 hours. I've googled the crap out of the problem and tried everything mentioned there, but nothing has worked. One server is running Centos 7.4 and one is running Windows Server 2012 R2. When I tether my laptop to my cell phone I can connect to both from outside my network and can ping both hosts (this tells me it is not a firewall issue, unless I'm missing something).
I am not sure if it matters, but I am using LGSM on the Linux box.
Startup for the Windows Server is
Code:RustDedicated.exe -batchmode +server.ip "0.0.0.0" +server.port 28015 +server.level "Procedural Map" +server.seed 1234567 +server.worldsize 4000 +server.maxplayers 32 +server.identity "AtbashRust01" +server.hostname "rust.atbashservices.com" +server.description "[EN]AtbashServices|PvE|NoDecay|NoRads|3X|" +server.tickrate "60" +server.secure "1" +rcon.port "28016" +rcon.password "G0@tS3x"" +rcon.web "1" -logFile "output.txt"
Code:./RustDedicated -batchmode +server.ip 172.16.28.233 +server.port 28015 +server.tickrate 60 +server.hostname "rust2.atbashservices.com" +server.identity "rustserver" +server.seed 3432518 +server.maxplayers 32 +server.worldsize 3000 +server.saveinterval 300 +rcon.web 1 +rcon.ip 172.16.28.233 +rcon.port 28016 +rcon.password "G0@tS3x" -logfile "/home/rustserver/log/server/rustserver-game-2017-11-02-09:43:44.log"
-
hide your rcon password please
-
I did. You don't think I'm stupid enough to put my actual password in a forum do you?
-
Attached Files:
-
-
I apologize if that was rude. That was by no means, my intention.
[DOUBLEPOST=1509635828][/DOUBLEPOST]I will start the server with your batch file and see if that works. Thank you! -
Your oxide folder will be under the AtbashRust01 folder now if you want it in the same place then use this one
Attached Files:
-
-
Just because you can ping the server box it doesnt mean it's going to show. Check with your host if they aren't blocking the ports. Check if your ports are open here: Open Port Check Tool Please note that this site only works if your host doesnt block ICMP requests.
-
If the above file does not work talk to your host see if they can help but if this is running on a server box in a data center it might be better to change the ip to the box ip and not use 0.0.0.0