Can't see my server on public serverlist

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Can't see my server on public serverlist

by lisacvuk » Tue Jul 29, 2014 17:16

I where trying to create a simple survival server on my PC. I fowarded port 30000 by UDP protocol and started minetestserver with
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
./minetestserver --gameid carbone --worldname server

I got several warnings:
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
WARNING: system-wide share not found at "/usr/local/share/minetest"
WARNING: system-wide share not found at "/media/lisacvuk/16d4b1d0-802f-41a4-ba68-740e0d96cbf8/lisacvuk/minetest/bin/../share/minetest"
WARNING: system-wide share found at "/media/lisacvuk/16d4b1d0-802f-41a4-ba68-740e0d96cbf8/lisacvuk/minetest/bin/.."

Console output:
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
19:06:11: ACTION[main]:         .__               __                   __   
19:06:11: ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
19:06:11: ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
19:06:11: ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  | 
19:06:11: ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__| 
19:06:11: ACTION[main]:       \/        \/     \/          \/     \/       
19:06:11: ACTION[main]: World at [/home/lisacvuk/.minetest/worlds/server]
19:06:11: ACTION[main]: Server for gameid="carbone" listening on 0.0.0.0:30000.
19:06:12: ACTION[ServerThread]: There are 2199 registered nodes, items and tools.

Debug.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
19:06:11: ACTION[main]:         .__               __                   __   
19:06:11: ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
19:06:11: ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
19:06:11: ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  | 
19:06:11: ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__| 
19:06:11: ACTION[main]:       \/        \/     \/          \/     \/       
19:06:11: ACTION[main]: World at [/home/lisacvuk/.minetest/worlds/server]
19:06:11: ACTION[main]: Server for gameid="carbone" listening on 0.0.0.0:30000.
19:06:12: ACTION[ServerThread]: There are 2199 registered nodes, items and tools.

And when i go to servers.minetest.net i cant find my server on the list.
Can you please tell me how to fix this?
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 

User avatar
RHR
Member
 
Posts: 214
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: Can't see my server on public serverlist

by RHR » Tue Jul 29, 2014 17:32

Have you added "server_announce = true" in the minetest.conf ?
Create and maintain a server on Windows
 

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Re: Can't see my server on public serverlist

by lisacvuk » Tue Jul 29, 2014 22:03

Yes, i did. Here is copy of server part in minetest.conf
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
#
# Server stuff
#
# Network port to listen (UDP)
port = 30000
# Bind address
#bind_address =
# Name of server
server_name = LisacVuk's MineTest Survival PvP server
# Description of server
server_description = A server with custom mods and PvP enabled
# Domain name of server
#server_address = game.minetest.net
# Homepage of server
#server_url = http://minetest.net
# Automaticaly report to masterserver
server_announce = 1
# 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 my awesome Minetest server! Please read the rules, and then ask for interact.
# Maximum number of players connected simultaneously
max_users = 15
# Set to true to disallow old clients from connecting
#strict_protocol_version_checking = false
# Time in seconds for item entity to live. Default value: 900s
# Setting it to -1 disables the feature
item_entity_ttl = 120
# Set to true to enable creative mode (unlimited inventory)
#creative_mode = false
# Enable players getting damage and dying
enable_damage = true
# Despawn all non-peaceful mobs
#only_peaceful_mobs = false
# A chosen map seed for a new map, leave empty for random
#fixed_map_seed =
# Gives some stuff to players at the beginning
#give_initial_stuff = false
# New users need to input this password
#default_password =
# Available privileges: interact, shout, teleport, settime, privs, ...
# See /privs in game for a full list on your server and mod configuration.
default_privs = money, shout
# Whether players are shown to clients without any range limit
#unlimited_player_transfer_distance = true
# Whether to enable players killing each other
enable_pvp = true
# If this is set, players will always (re)spawn at the given position
#static_spawnpoint = 0, 10, 0
# If true, new players cannot join with an empty password
disallow_empty_password = true
# If true, disable cheat prevention in multiplayer
#disable_anticheat = false
# If true, actions are recorded for rollback
#enable_rollback_recording = false
# handling for deprecated lua api calls
# "legacy" = (try to) mimic old behaviour (default for release)
# "log" = mimic and log backtrace of deprecated call (default for debug)
# "error" = abort on usage of deprecated call (suggested for mod developers)
#deprecated_lua_api_handling = legacy

I modified the part from configuration example.
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: Can't see my server on public serverlist

by Krock » Wed Jul 30, 2014 07:14

Your configuration seems to be correct. Start the server and wait 2 minutes, then check the server list again.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Re: Can't see my server on public serverlist

by lisacvuk » Wed Jul 30, 2014 16:04

I was waiting up to 10 minutes and I could not see it on servers.minetest.net.
Maybe the problem is becose i have dynamic ip?
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 

User avatar
lag01
Member
 
Posts: 190
Joined: Sun Mar 16, 2014 03:41
GitHub: AndrejIT
IRC: lag01
In-game: lag

Re: Can't see my server on public serverlist

by lag01 » Wed Jul 30, 2014 16:33

what is bind_address?
in version 4.9 i specified my external IP adress as server_address=x.x.x.x
 

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Re: Can't see my server on public serverlist

by lisacvuk » Wed Jul 30, 2014 18:15

When I set bind_adress=93.87.208.188 i got this error:
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
WARNING: system-wide share not found at "/usr/local/share/minetest"
WARNING: system-wide share not found at "/media/lisacvuk/16d4b1d0-802f-41a4-ba68-740e0d96cbf8/lisacvuk/minetest/bin/../share/minetest"
WARNING: system-wide share found at "/media/lisacvuk/16d4b1d0-802f-41a4-ba68-740e0d96cbf8/lisacvuk/minetest/bin/.."
4: Bind failed: Cannot assign requested address
20:11:22: ACTION[main]:         .__               __                   __   
20:11:22: ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
20:11:22: ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
20:11:22: ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  | 
20:11:22: ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__| 
20:11:22: ACTION[main]:       \/        \/     \/          \/     \/       
20:11:22: ACTION[main]: World at [/home/lisacvuk/.minetest/worlds/server]
20:11:22: ACTION[main]: Server for gameid="carbone" listening on 93.87.208.188:30000.
20:11:22: ERROR[main]: ERROR: An unhandled exception occurred: Failed to bind socket (port already in use?)

In thread b7363700:
/home/lisacvuk/Преузимања/minetest/src/main.cpp:1941: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b7363700:
#0  int main(int, char**)
(Leftover data: #1  Dedicated server branch)
(Leftover data: #2  virtual void ServerMap::save(ModifiedState))
(Leftover data: #3  void ServerMap::saveMapMeta())
Aborted (core dumped)
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: Can't see my server on public serverlist

by Krock » Wed Jul 30, 2014 19:07

Non-ASCII letters in the path can cause problems (also like the one above? I don't know)
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Re: Can't see my server on public serverlist

by lisacvuk » Wed Jul 30, 2014 21:56

I recompiled minetest and tried again. Error:
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
4: Bind failed: Cannot assign requested address
23:55:38: ACTION[main]:         .__               __                   __   
23:55:38: ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
23:55:38: ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
23:55:38: ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  | 
23:55:38: ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__| 
23:55:38: ACTION[main]:       \/        \/     \/          \/     \/       
23:55:38: ACTION[main]: World at [/media/lisacvuk/16d4b1d0-802f-41a4-ba68-740e0d96cbf8/minetest_server/bin/../worlds/server]
23:55:38: ACTION[main]: Server for gameid="minimal" listening on 93.87.208.188:30000.
23:55:38: ERROR[main]: ERROR: An unhandled exception occurred: Failed to bind socket (port already in use?)

In thread b73b2700:
/media/lisacvuk/16d4b1d0-802f-41a4-ba68-740e0d96cbf8/minetest_server/src/main.cpp:1945: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b73b2700:
#0  int main(int, char**)
(Leftover data: #1  Dedicated server branch)
(Leftover data: #2  virtual void ServerMap::save(ModifiedState))
(Leftover data: #3  void ServerMap::saveMapMeta())
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: Can't see my server on public serverlist

by Krock » Thu Jul 31, 2014 10:29

Seems like the IP is wrong/not bindable and port 30000 is already used by an other application.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Re: Can't see my server on public serverlist

by lisacvuk » Thu Jul 31, 2014 12:09

That is my public ip, and I tried 3 diiferent ports.
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

Re: Can't see my server on public serverlist

by Calinou » Fri Aug 01, 2014 09:09

Port 30000 is probably used by something else, end of story.

Use something like 30001. Also, never change bind_address unless you know what you're doing. It's only if you use multiple network interfaces and bind_address should always be something local, not a public IP anyway.

By default, the listening line should look like this, it's right in 99 % of the cases, but in this case you'll probably have to change the port.

11:09:53: ACTION[main]: Server for gameid="carbone" listening on 0.0.0.0:30000


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
#strict_protocol_version_checking = false


Personally, I'd uncomment it and set that to true, to prevent some (not-so-legal) mobile clients from joining.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

Re: Can't see my server on public serverlist

by sfan5 » Fri Aug 01, 2014 09:51

Calinou wrote:bind_address should always be something local, not a public IP anyway.

Wrong.
VPS and Dedicated servers are not behind a router and can bind directly to a public IP.
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
shadowzone
Member
 
Posts: 78
Joined: Tue Jul 01, 2014 22:02
GitHub: TheShadowZone12
IRC: shadowzone
In-game: shadowzone

Re: Can't see my server on public serverlist

by shadowzone » Sat Aug 09, 2014 01:13

go to whatsmyip.com to get your external ip then try running it from the server tab on the menu if that doesn't work pm me on irc isis.inchra.net @ #minetest

(Good luck!)
Hey!
 

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Re: Can't see my server on public serverlist

by lisacvuk » Sun Sep 28, 2014 17:05

now works, thanks everyone
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 

User avatar
shadowzone
Member
 
Posts: 78
Joined: Tue Jul 01, 2014 22:02
GitHub: TheShadowZone12
IRC: shadowzone
In-game: shadowzone

Re: Can't see my server on public serverlist

by shadowzone » Wed Oct 01, 2014 15:16

Your welcome. But really the people who helped the most were sfan5, Calinou and Krock I didn't do much.
Hey!
 

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Re: Can't see my server on public serverlist

by lisacvuk » Wed Nov 26, 2014 09:52

Anyway, if anyone else has the same problem, I fixed it by replacing my modem and using configuration form Craig's server.
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 

User avatar
Casimir
Member
 
Posts: 1101
Joined: Fri Aug 03, 2012 16:59

Re: Can't see my server on public serverlist

by Casimir » Wed Nov 26, 2014 16:44

I have the same problem with my server. Everything is running except it does not appear on the server list.
This is the conifg:
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
server_name = Voxelgarden
server_description = Voxelgarden. No protection, no moderation.
default_game = Voxelgarden
server_announce = 1
serverlist_url = servers.minetest.net
server_url = https://forum.minetest.net/viewtopic.php?=f10&t=10054
 

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Re: Can't see my server on public serverlist

by lisacvuk » Sun Dec 07, 2014 20:16

have you tried config from craigs server?
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 


Return to Minetest Servers

Who is online

Users browsing this forum: No registered users and 13 guests

cron