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

Need help with IP

Flash101

New Member
Joined
May 21, 2009
Messages
28
Reaction score
0
Hey guys i have a server sql but idk what i need to put in the server ip and ... i put in my ip but i doesnt work.
can u help me?

Thanks, Flash!0!:):):)
 
You put in your ip in config?
Have you tryed to open ports?
Or if you have done it, the hoster can log in with ip 127.0.0.1...
Cause i cant log in with my ip either... i can only log in with 127.0.0.1

rep++ if helped thanks :)
 
In the config...

Code:
	-- Connection Config
	ip = "127.0.0.1"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171


change 127.0.0.1 to your own IP
 
Back
Top