klemensm • PM |
May 16, 2016 1:11 PM
|
![]() 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
|
burn • PM |
May 16, 2016 7:01 PM
|
![]() 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 ![]() |
klemensm • PM |
May 17, 2016 1:41 AM
|
![]() 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. |