Page 1 of 1

posting server on public server list, could use some help

PostPosted: Wed Dec 03, 2014 19:37
by chrisjose1913
I am having an issue getting my server on the public server list, all is well with the server config.
My server says it's announcing but my server still does not appear on the minetest server list. I get an error when ever i shut it down, it say something like error: http://minetest.net/servers/announce not found error 500

Re: posting server on public server list, could use some hel

PostPosted: Wed Dec 03, 2014 20:09
by Krock
That error is not important.
If it doesn't appear on the server list can have several reasons:

1) the UDP port for the server is not forwarded = no access from outside
2) server_anounce is set to 0 or false in the configuration
3) curl library is missing in your build
4) a stange bug

Re: posting server on public server list, could use some hel

PostPosted: Wed Dec 03, 2014 20:53
by chrisjose1913
Krock wrote:That error is not important.
If it doesn't appear on the server list can have several reasons:

1) the UDP port for the server is not forwarded = no access from outside
2) server_anounce is set to 0 or false in the configuration
3) curl library is missing in your build
4) a stange bug



I can connect and so can others, the UDP port is set fine.

server announce is setup correct

curl library's could be missing although i have install them again and the stop error is not there anymore. i may still be missing some, can anyone give me the command string for the curl libs ? i run it on an ubuntu server.

Re: posting server on public server list, could use some hel

PostPosted: Wed Dec 03, 2014 21:58
by Miner59
Hi,
you could try and remove the server address in minetest.cfg.
Just let it empty:

server_address =

I think this was cause of problems for me. Maybe post your other settings here if it then still not work.
Good luck.

Re: posting server on public server list, could use some hel

PostPosted: Wed Dec 03, 2014 22:33
by chrisjose1913
Miner59 wrote:Hi,
you could try and remove the server address in minetest.cfg.
Just let it empty:

server_address =

I think this was cause of problems for me. Maybe post your other settings here if it then still not work.
Good luck.

minetest.cfg ? or config ?

Re: posting server on public server list, could use some hel

PostPosted: Wed Dec 03, 2014 22:41
by Miner59
Sorry, my mistake.
The correct name is minetest.conf.

Re: posting server on public server list, could use some hel

PostPosted: Wed Dec 03, 2014 22:43
by chrisjose1913
Miner59 wrote:Sorry, my mistake.
The correct name is minetest.conf.



# Network port to listen (UDP)
#port = 30000
# Bind address
bind_address = 167.114.71.42
# Name of server
server_name = City light role play
# Description of server
server_description = Mods Mods Mods
# Domain name of server
server_address =
# Homepage of server
server_url = http://minetest.net
# Automaticaly report to masterserver
server_announce = true
# Announce to this masterserver. if you want to announce your ipv6 address - use #serverlist_url = v6.servers.minetest.net
serverlist_url = servers.minetest.net
# Default game (default when creating a new world)
#default_game = minetest
# World directory (everything in the world is stored here)
#map-dir = /custom/world
# Message of the Day
motd = Welcome to City Role play, please read the rules at spawn!
# Maximum number of players connected simultaneously
max_users = 200


this is my config

Re: posting server on public server list, could use some hel

PostPosted: Wed Dec 03, 2014 23:03
by Miner59
chrisjose1913 wrote:# Network port to listen (UDP)
#port = 30000
# Bind address
bind_address = 167.114.71.42
# Name of server
server_name = City light role play
# Description of server
server_description = Mods Mods Mods
# Domain name of server
server_address =
# Homepage of server
server_url = http://minetest.net
# Automaticaly report to masterserver
server_announce = true
# Announce to this masterserver. if you want to announce your ipv6 address - use #serverlist_url = v6.servers.minetest.net
serverlist_url = servers.minetest.net
# Default game (default when creating a new world)
#default_game = minetest
# World directory (everything in the world is stored here)
#map-dir = /custom/world
# Message of the Day
motd = Welcome to City Role play, please read the rules at spawn!
# Maximum number of players connected simultaneously
max_users = 200


Three things i would try to change:
1. uncomment the port setting
port = 30000
2. does it understand true? I have this in my config:
server_announce = 1
3.try without ip:
bind_address =

Re: posting server on public server list, could use some hel

PostPosted: Thu Dec 04, 2014 01:31
by chrisjose1913
still nothing :(

Re: posting server on public server list, could use some hel

PostPosted: Thu Dec 04, 2014 08:14
by Casimir
I had this problem too. Just now I reinstalled all the packages mentioned in README.txt
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev

Then run cmake and make again and it now works.

Not sure what the problem was.