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

AAC [Solution] ZnoteAAC status ip

swashed

Premium User
Premium User
Joined
Jul 9, 2023
Messages
123
Reaction score
16
I just wanted to share this as its something hard to find an answer for a specific problem.

If you're trying to get your website to show online and # of players

1769131222916.webp

www/config.php

LUA:
$config['status'] = array(
        'status_check' => true, // Enable or disable status checker
        'status_ip' => '127.0.0.1',
        'status_port' => "7171",
    );

server/config.lua

Code:
--should OTServ bind only global IP address ?
bind_only_global_address = false
 
Back
Top