- 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

www/config.php
server/config.lua
If you're trying to get your website to show online and # of players

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