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

Really having a hard time getting my server up

gprogress

New Member
Joined
Aug 14, 2009
Messages
10
Reaction score
0
I'm making a server for personal use on a home network, I have Forgotten 0.2, Tibia client 8.4, Asprate's IP Changer, WAMP server 2.0i and I followed a walkthrough from a thread on this site, but I still can't seem to connect to my server. I've tried using both ports: 7171 and 3306, I've made sure to change my ip to the one from the site whatismyip.com on both config.lua (config files in both gui and console for forgotten folders) I've also changed my "root" "servername" to the appropriate names, yet the problem still persists 'cannot connect to login server' connection timeout. I can't even get my account to laod up at all.

I'm new to SQL and XML, most of this has been very confusing for me, but I'm hoping someone can help! A very detailed walkthrough would be a huuge help
 
router in config lua it should look like this i believe

PHP:
loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171

im not sure how to explain the router part basically mine is set up like this tibia1, startport=7171 endport=7172 idk how urs will look but thats how mine is hope it helps
 
if it's just personal use (i.e you); you don't need to piss around with portforwarding. Just start it, enter localhost and login.

PS: make sure you've uploaded your sql database and entered the information in config (make sure its set to mysql if you're using it, not sqlite).
 
there might be some probleems.

Ports 7171 tcp/udp en 7172 tcp/udp
u are beheind a router and u are loging on the server with global ip use ur local ip or 127.0.0.1

try that first
 
Back
Top