• 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!

Made my own Tibia 8.6 server HELP!!

Tweekzifry

New Member
Joined
Mar 30, 2013
Messages
16
Reaction score
0
Hey, i made my own server, everything is nice, i came in to my server with 127.0.0.1. But then i logged in, made a account, logged into account, was gonna create character, but the only thing it says is:
21:53 Account Manager: That name seems to contain invalid symbols tell me another name.

And i spawned in a weirdo place, any help? :) Thanks.
 
Ye thanks lol! Got it working, could move and shit in a town i came to! :) But ey, how can i make instead of 127.0.0.1 make the no-ip hostname? And so other people can join?
 
Use website account manager (gesior acc , znote acc , modern acc) , easy to edit sample characters and no weirdo problems.
If you spawn in weirdo place than change this in config.lua :
Code:
newPlayerSpawnPosX = 159
newPlayerSpawnPosY = 387
newPlayerSpawnPosZ = 6
newPlayerTownId = 2
To position X,Y,Z of your temple and ID of main city where they should spawn after they die. (Check it with map editor , also if you use own custom map to make new town [map->edit towns] giving it ID town and temple position)
 
It is, but not the "000.000". Do any of you guys have teamviewer and could help me? :) Its not much left to fix..

I believe it can take up to 24h for the DNS to register your No-IP domain, but I'm not sure.

Make sure that in config.lua your IP is still the real IP (not the No-IP domain).

Try to connect to the server using your real IP address, and let me know what it says. If it can't connect then you probably haven't forwarded the port on your router.
 
Thanks for your answers bro, i tried with my real ip, didnt work.. still works fine with 127.0.0.1, didnt work with NO-ip.org thing either. Says : Connection Refused. (10061) All login servers are offline. Which ports should i open? i have opened 2, but so i dont need 1 more or anythin?
 
You need to open 7171 and 7172, and you need to make sure they are forwarded to your machine. I'm not talking about Windows Firewall, either I'm talking about your router (usually accessible at 192.168.0.1 or similar). If the server still isn't reachable then consider ringing your ISP, don't tell them you're trying to host a server (they will shout at you and be very angry), just tell them the ports aren't forwarding correctly. They should be able to assist more.

Also, sorry to re-iterate the obvious, but do double check that your IP address is correct in config.lua, I know you probably have already but I can't help but think you may have overlooked it.
 
-- Connection Config
ip = "83.177.179.180"
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
adminProtocolPort = 7171
statusProtocolPort = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = "1000"
motd = "Welcome to the Forgotten Server!"
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "Forgotten"
loginMessage = "Welcome to the Forgotten Server!"
adminLogsEnabled = "no"
statusTimeout = 5 * 60 * 1000
replaceKickOnLogin = "yes"

MYSQL::: -- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = "qwerty123"
mysqlDatabase = "TFS"
mysqlPort = 3306
 
Hmph, the only thing I can suggest is that the port forwarding settings are either incorrect or inactive... Try (temporarily) disabling the firewall built into your router, but make sure you enable it again, this is purely a test to see if the issue lies in port forwarding.
 
Dont you have time to help me on Teamviewer? Just quickly, and see some things? If u have no idea whats wrong when your lookin, just fk that then hehe ? :)
 
I can't at the minute, I need to get some sleep. If you're still stuck tomorrow, drop me a PM in the afternoon (in like 16h) and I'll do my best to help.
 
Oh aitait, ye ill drop a PM, tried to open the server the whole day, and 3 ports i got open, 7171, 7172, and one other for a program. But i dont understand how i can login with 127.0.0.1, but not with my real ip, that i changed in CONFIG.lua. Goodnight!

- - - Updated - - -

I havent rebooted it yet actually, but can that be the problem that other people including myself cant join through my IP, only 127.0.0.1 ? The ports are open it says.
 
Have you got a virus protection installed? Sometimes the virus protection includes a firewall which blocking the connection. Try to disable your windows firewall and your virus protection and see if it works. If not just enable it, and if it does just port forward into your Windows firewall and in your Virus protection program.

Make sure to do a computer & router reboot.
 
Last edited:
Back
Top