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

Windows OtServer Connecting

Bazi

Member
Joined
Oct 24, 2011
Messages
270
Reaction score
8
Location
Germany
i have do the ip from My IP Address Is 74.122.197.98 - Quick and Easy way to SEE my IP address - CmyIP.com to data>xml>servers
<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="0" name="Example" versionMin="841" versionMax="842" address="92.227.73.132" port="7171"/>
</servers>
if and in config.lua

-- Connection config
worldId = 0
ip = "92.227.73.132"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
and now i wana self connect whit 92.227.73.132 this ip its error tibia close self
i only can connect whit my ip from fritzbox i wana that my friends can coming thankyou

And in the server exe standing:[16/06/2012 09:36:46] [Warning - Protocol::RSA_decrypt] Not valid packet size
 
i have open this by fritzbox

HTTP-Server TCP 7171 myip 7171
HTTP-Server UDP 7171 myip 7171
HTTP-Server TCP 7172 myip 7172
HTTP-Server UDP 7172 myip 7172
HTTP-Server TCP 80 myip 80
HTTP-Server UDP 80 myip 80
now 1 friend of me comming to account manager then he press enter then load then stand error
by my other friend he dont can connect he dont coming to accmanager what now to do
i dont have a site and i need xmapp ??
 
i have do the ip from My IP Address Is 74.122.197.98 - Quick and Easy way to SEE my IP address - CmyIP.com to data>xml>servers
<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="0" name="Example" versionMin="841" versionMax="842" address="92.227.73.132" port="7171"/>
</servers>
if and in config.lua

-- Connection config
worldId = 0
ip = "92.227.73.132"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
and now i wana self connect whit 92.227.73.132 this ip its error tibia close self
i only can connect whit my ip from fritzbox i wana that my friends can coming thankyou

And in the server exe standing:[16/06/2012 09:36:46] [Warning - Protocol::RSA_decrypt] Not valid packet size

Code:
i only can connect whit my ip from fritzbox
This is no problem, you should login with your local ip address.
Code:
[Warning - Protocol::RSA_decrypt] Not valid packet size
Are you using the right Tibia client for the right server ?
If you are using a server for tibia 8.6 you need to connect with tibia 8.6.

i have open this by fritzbox

HTTP-Server TCP 7171 myip 7171
HTTP-Server UDP 7171 myip 7171
HTTP-Server TCP 7172 myip 7172
HTTP-Server UDP 7172 myip 7172
HTTP-Server TCP 80 myip 80
HTTP-Server UDP 80 myip 80
now 1 friend of me comming to account manager then he press enter then load then stand error
by my other friend he dont can connect he dont coming to accmanager what now to do
i dont have a site and i need xmapp ??
If your friend can connect then there is no problem with your ports but with the specific error.
In this case I think you are both trying to connect with the wrong Tibia client.

For a website you indeed need Xampp (it includes an Apache server).
If you run Xampp you can access your website by going to http://127.0.0.1 or http://localhost
 
Back
Top