• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

How do I enter my own server?

lillburak123

New Member
Joined
Apr 1, 2013
Messages
17
Reaction score
0
Hey, I can start the server but I can't get into it, when I logg in it say's -
"Cannot connect to a login server.
Error: connection refused. (10061)
All login servers are offline. Check www.tibia.com for more information.
For more information take a look at the FAQs in the Support section at www.tibia.com"

I did enter the Confiq.lua and changed the ip to my own ip, but I can't still enter the server. Why?
 
so u can enter to the accaount manager, create a character and an account.. but when u try to enter to the accout that u just created it does not allow you? weird..

No, I can enter the account to the account manager "1/1 or enter/enter" but then I can't logg into the account manager
 
Try to turn of firewall or add the server as an exception.
If it still doesn't work you can also try to login with your IPv4 address.
 
Do the following:
* Add your server to Windows Firewall's exceptions
* Add your server to your antivirus software's exceptions / whitelist
* Make absolutely sure that your ports are forwarded (7171, 7172 and 80)

In config.lua have it set up like this:
ip = "127.0.0.1"
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171

Run the server, open the client and IP changer, and in IP changer, enter:
127.0.0.1 (use port 7171)
If that doesn't work, you can try entering
10.0.0.1

You should be able to access the server with all of this working. You can check if your ports are properly opened on http://vapus.net/canihost

This is only for configuring the server so that you can login to it (others will not be able to).
-------------------------------

If you want others to be able to enter it, switch the IP 127.0.0.1 in config.lua with your own IP. You can check your own IP at various websites such as this one.

Even when you change this, log in to your server by using 127.0.0.1 (if you're logging in from the same computer from which you're hosting). All other computers will have access to your server via your IP address (the one you got from the website).

If you still have problems, tell us about it.
 
He doesn't know how to enter game with localhost and you guys want him to create ACC website? Good luck with writing guides for that
 
Back
Top