1

Topic: [HELP] Help with server

Hi all!! I've got a problem.
I made my server. I can connect to it by localhost, others by ip! But not by name!
When some1 in game press esc then server info there is no name!!
When i do this, i see name, that i wrote down in config.
when server starts it shows the name.
So i don't know what to do. help me please/

2

Re: [HELP] Help with server

kirill.emko wrote:

Hi all!! I've got a problem.
I made my server. I can connect to it by localhost, others by ip! But not by name!
When some1 in game press esc then server info there is no name!!
When i do this, i see name, that i wrote down in config.
when server starts it shows the name.
So i don't know what to do. help me please/

You have to set up the name in the cfg file. Just add in "sv_name yourname" in without the quotation marks.

3

Re: [HELP] Help with server

xavierp94 wrote:

You have to set up the name in the cfg file. Just add in "sv_name yourname" in without the quotation marks.

thanks for the unswer. In fact it is in my config. There is a line sv_name Kiem.
when server is running it shows in console server name "Kiem".
but people can join my server only by ip. and in server info they can see nothing.

4

Re: [HELP] Help with server

Should your server be visible in the "LAN" tab or the "Internet" tab of the server?
For the first, add the line "sv_register 0" in the .cfg-file, for the second add "sv_register 1" (not really necessary, because "1" is the default value).
Be careful: If you play on the same computer the server is hosted on, it's always in the LAN-tab for you.

5

Re: [HELP] Help with server

yeah. i know it but in any way there is no name!!!

6

Re: [HELP] Help with server

Maybe a firewall is the reason for the problem?

7

Re: [HELP] Help with server

yeah. i was thinking about this.. but the other way.. if my port might to be closed... so no1will be able to connect to my serv.. so i don't know the reason.. or could there be any hidden ports that teeworlds is using??? If yeah, so i should open them too...

8

Re: [HELP] Help with server

Could you maybe put in your config-file here?
(Of couse without rcon password xD)
Maybe try to download the teeworlds server again, it could be that a damaged server executable is the problem.