Vultr.com - Instant Cloud Server Deployment
Game Rank
Servers:
Teams:
Fans:
1228
Players:
3
klemensmPM
#1
Starbound QueryPort
May 16, 2016 1:11 PM
Joined: May 11, 2016
Posts: 3
[SOLVED]

Hello,

I want to host my own starbound server on an ubuntu linux system.
I can connect and play on the server. This is the part where I set parameters for query support:
[..]
"runQueryServer" : true,
"queryServerPort" : 21025,
"queryServerBind" : "*",
[..]

But it doesnt work. Gametracker doesnt connect to my server. What do I do wrong?

Greetings,
Klemens
Last edited by: klemensm May 17, 2016 1:42 AM
burnPM
#2
May 16, 2016 7:01 PM
Joined: Sep 27, 2006
Posts: 10924
Once you know your IP and Port, you can try to add your server on here:

http://www.gametracker.com/servers/

If it fails, GT will provide helpful suggestions on what to check. Generally, the most commonly missed step is the network. If you've not opened the port in your firewall (and portforward in your router, if applicable), GT will not reach your server.

http://www.gametracker.com/forums/forum.php?site=1&thread=108248
I am retired from GameTracker after 11 years and will not be responsive for support requests.

klemensmPM
#3
May 17, 2016 1:41 AM
Joined: May 11, 2016
Posts: 3
Hello,

it was my bad. I touched the wrong config file, so it was never set.

I tried to configure this file: /Steam/steamapps/common/Starbound/linux64/sbboot.config

It wasn't incorrect, but the config here overrides the first config:
/Steam/steamapps/common/Starbound/giraffe_storage/starbound.config

This worked for me.