STEAM GROUP
Linux Game Server Managers linuxgsm
STEAM GROUP
Linux Game Server Managers linuxgsm
52
IN-GAME
590
ONLINE
Founded
February 9, 2015
Douglife Mar 14, 2016 @ 3:49pm
[SOLVED] [RUST] Server Listed as Amsterdam & Not Listed in Community Server List
Hey guys!

First, thanks for an AWESOME script. Works really well.

Was able to deploy a droplet and have this installed in less than 10 minutes.

Too easy.

My problem however, is no matter what I do, I cannot seem to edit the server image, description, or title.

It is always Amsterdam, and 223/500, and full of "this is server information" etc.

I have edited the rustserver file, and the server.cfg file, restarted, and even reinstalled everything with no luck! :steamsad:

Here is my server.cfg portion:
# A text description of your server. For a new line add: \n
server.description "Welcome to Pleasant Meadows\nYour new home for Rust\nNo Vac Bans Allowed Ever\nMore than 5+ Hours Rust Play Time\nNo Cheating or Hacking Ever\nNo Abuse or Racial Comments\nNo Exploits or Glitches\nNo URL Links\nSpeak English please US Server\nRespect Admins\nHave Fun"

# A URL to the image which shows up on the server details screen (dimensions are 512x256).
server.headerimage "http://i.imgur.com/gVEgGhA.jpg"

# The URL to your servers website.
server.url "http://comingsoon.com"


Is there something I'm missing?

Otherwise, server runs fine with no problems, RCON connects with ease.

Here is the IP: 162.243.17.122

Thanks so much for your help!
Last edited by Douglife; Mar 30, 2016 @ 7:38pm
< >
Showing 1-14 of 14 comments
UltimateByte Mar 14, 2016 @ 6:39pm 
Hey there !
I'm assuming you're talking about Rust. Remember we support 40+ games, so it's better to mention the game's name ! I'll just edit your topic's name ;)

1) Make sure your ports are correctly opened, if you're using a firewall
2) If you installed Oxide, then your server will be listed as a modded server. Otherwise, a community server.

The amsterdam thing is the default server Rust displays when it doesn't find a server.

Please, tell me if you get the picture to work, because i couldn't. ^^
Douglife Mar 14, 2016 @ 7:01pm 
UltimateByte, thank you so much!

I am not using Oxide, so it must be the port thing. I am using a Digital Ocean droplet, so I should start there.

Any other tips would be super helpful.

Thank you so much!
Douglife Mar 14, 2016 @ 7:25pm 
Updated IP tables image: http://i.imgur.com/OFGOndT.jpg
Douglife Mar 14, 2016 @ 7:36pm 
Updated image requests: http://imgur.com/a/jDdDv
UltimateByte Mar 14, 2016 @ 8:17pm 
netstat -tulpn | grep :28015
> Showed nothing running on TCP 28015, only UDP. That's why you can't query the server and it doesn't show up on the list.

What does the server log say ?
Anything interesting about port binding ?
cat serverfiles/game*.log (hide your rcon password, watch out, it shows up twice)
UltimateByte Mar 14, 2016 @ 8:19pm 
I'd maybe try to switch ports depending on what the logs say :
rcon port : 28015
game port : 28016
Then see what happens
netstat -tulpn | grep :28015
netstat -tulpn | grep :28016
Last edited by UltimateByte; Mar 14, 2016 @ 8:26pm
Douglife Mar 14, 2016 @ 8:34pm 
Thank you so much! I am up and running.

However, this is what did it for me, specifically on Digital Ocean:https://www.digitalocean.com/community/questions/how-to-allow-connections-to-minecraft-server-on-port-25565

sudo iptables -I INPUT -p tcp --dport 25565 --syn -j ACCEPT
sudo service iptables save

Thanks again for all your help, and congrats on the first house ever on the server! It will be cherished forever!
UltimateByte Mar 14, 2016 @ 8:40pm 
So you had a firewall on in the end, even with an empty iptables -L ?
Gosh, might be an ubuntu crap. :o))
Glad you got it solved though.

My house is only in wood, so... i'm not sure if it will last :p
Especially if you still have the decay on !

BTW, if not done already, the command to stop decay is : decay.scale 0
(put that in server.cfg + as an RCON command to avoid rebooting)

Keep me tuned, i'm curious to know if a good VPS can handle a Rust server. Everything i tested just sucked for now. ^^
Sundown Jan 4, 2018 @ 10:06am 
Originally posted by ./ultimatebyte.sh:
Hey there !
I'm assuming you're talking about Rust. Remember we support 40+ games, so it's better to mention the game's name ! I'll just edit your topic's name ;)

1) Make sure your ports are correctly opened, if you're using a firewall
2) If you installed Oxide, then your server will be listed as a modded server. Otherwise, a community server.

The amsterdam thing is the default server Rust displays when it doesn't find a server.

Please, tell me if you get the picture to work, because i couldn't. ^^


Originally posted by Douglife:
Thank you so much! I am up and running.

However, this is what did it for me, specifically on Digital Ocean:https://www.digitalocean.com/community/questions/how-to-allow-connections-to-minecraft-server-on-port-25565

sudo iptables -I INPUT -p tcp --dport 25565 --syn -j ACCEPT
sudo service iptables save

Thanks again for all your help, and congrats on the first house ever on the server! It will be cherished forever!
im not trying to make a server, i just wanna play is their a more simplified version of what you guys just said. every server i join has the name "amsterdam 2" and has 223/500 players in it. i just wanna solve this
UltimateByte Jan 4, 2018 @ 1:10pm 
Check the outputs I asked and change your ports if needed. Also try with firewall off, just to diagnose things up.
Originally posted by ./ultimatebyte:
Hey there !
I'm assuming you're talking about Rust. Remember we support 40+ games, so it's better to mention the game's name ! I'll just edit your topic's name ;)

1) Make sure your ports are correctly opened, if you're using a firewall
2) If you installed Oxide, then your server will be listed as a modded server. Otherwise, a community server.

The amsterdam thing is the default server Rust displays when it doesn't find a server.

Please, tell me if you get the picture to work, because i couldn't. ^^
hey I a little confused on what you mean by them being correctly opened
Tazz707 Sep 14, 2019 @ 10:29pm 
i got banned on Amsterdam ll for no reason i just stayed afk i sleep when i come back i can't connect :you got banned from this server
< >
Showing 1-14 of 14 comments
Per page: 1530 50