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

Problem with status server.

Lares

Member
Joined
Feb 8, 2010
Messages
315
Reaction score
7
Hello I hava a small problem with status server on site because i have 2 ots on one server.

I use ip failower and have 2 ip.
In config.lua is
bindOnlyConfiguredIpAddress = true
when i start ots in sites is "Server Offline"
how i can repair it?
 
Change ip in config-and-functions.php

Code:
$sock = @fsockopen("[B][COLOR="Red"]127.0.0.1[/COLOR][/B]", $config['server']['statusPort'], $errno, $errstr, 1);
 
Back
Top