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

My Server Will Not Let Me Connect?

JesusTheOne

New Member
Joined
Dec 31, 2012
Messages
33
Reaction score
0
I use my 192.etc IP$ Adress

When I try to connect it just goes blank.



This is what my Server Starter says after I attemp to connect



[01/01/2013 16:31:12] [Warning - Protocol::RSA_decrypt] Not valid packet size
 
First. If you're trying to connect with that IP, you must have your numbers or dynamic IP into config.lua.
If you wanna be the only person to join, just put localhost or 127.0.0.1 in config.lua, so you can join with those IP's.
Are you able to join another servers, or this just happens with your local-server?
Or maybe use this following query to raise max allow packets into your database (in phpMyAdmin > Query if you're using MySQL).
SQL:
SET GLOBAL max_allowed_packet = 16776192;
 
Back
Top