I have in config lua and config in gesio ip 127.0.0.1 and always on gesior show me status offline but server up.
Post automatically merged:
/** SERVER URLS */
/** @var array $config */
$config['base_url'] = $base_url;
$config['site']['base_url'] = $base_url;
$config['site']['realurl'] = "ferobra.com.pl/"; // Put the real url for your website without www DO NOT FORGET FROM / AT THE END
$config['site']['realurlwww'] = "Domena ferobra.com.pl jest utrzymywana na serwerach nazwa.pl (https://www.ferobra.com.pl)"; // Put the real url for your website with www IF IT IS A SUBDOMINUM PUT THE MSM URL OF THE REAL URL
$config['site']['testurl'] = "http://localhost/"; // Put the url you use to test your site (LOCALHOST)
/** END SERVER URLS */
/** SERVER PATHS */
if ($config['base_url'] == $config['site']['realurl'] || $config['base_url'] == $config['site']['realurlwww']) {
$config['site']['serverPath'] = "C:/otservbr-global/"; // SERVER PATH IN PRODUCTION
} else {
$config['site']['serverPath'] = "C:/otservbr-global/"; // SERVERPATH LOCALHOST
}
/** END SERVER PATHS */
Post automatically merged:
-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
-- NOTE: MaxPacketsPerSeconds if you change you will be subject to bugs by WPE, keep the default value of 25
ip = "127.0.0.1"
bindOnlyGlobalAddress = true
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 1000