• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Can´t connect to the game server

multrayzor

New Member
Joined
Mar 17, 2014
Messages
58
Reaction score
2
After a lot of struggle i finally got my Forgotten server crying damson 0.3.6 server for 8.6 protocol running on my new ubuntu vps. But i still have 1 last problem apperently, when i try to connect to the server i can get to the character list but when i try to log in it fails, it says "cannot connect to the game server, connection refused error 10061"

As the gameserver uses the port 7172 and log in server 7171 and i can connect to the character list i tried changing the gameserver port to 7171 aswell but did not work.

Thanks in advance,
Gabe
 
Game port should be different then the login port, so keep it 7172.
Which IP did you use in your IP Changer? If you login from the computer that hosts the server, use your local ip/computer ip (ip you used to open your ports).
You can also try to turn off any firewall/anti-virus program.
 
You need the Ip of your Host Server and add this to your Server config at this line:
Code:
-- Connection Config
ip = "yourip"

Than start the Server.

Now if you want to connect from your Home-PC to your Host Server where the TFS is running, just open the IPChanger on your Home-PC and put in the Server IP (of your Host Server) and connect) ?^^
 
Check if your ports is forwarded and if your firewall dont blocking anything.
 
Thanks Maltexor, i indeed had forgot to change the ip in the config.lua, the server is now running perfectly!
One last question whenever i run the server on my vps, if i had run it before i get this error right after the server starts
Code:
theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:46: boost::condition_variable::~condition_variable(): Assertion `!pthread_mutex_destroy(&internal_mutex)' failed.
Aborted (core dumped)

And then i have to reboot my vps so i can get it to work again, i think it is because the server is still running in the back somehow, what is the command to kill all instances of the forgottenserver?
 
Back
Top