Topic: Problem running a local server on Debian 8
I'm trying to run a local server. I'm running Debian 8 and I installed teeworlds-server.
The problem is that when I run it it throws "WARNING: No master servers. Retrying in 60 seconds". In my home directory I created a script named "teeworlds_srv.cfg" with the next conent:
sv_name Peace and Love
sv_motd Welcome to Woodstock server!
sv_gametype ctf
sv_warmup 0
sv_map dm1
sv_max_clients 16
sv_scorelimit 1000
sv_rcon_password tee
sv_port 8303
Thanks in advance.