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

little problem server off in gesior OTSERVBR

timek266

New Member
Joined
Jan 29, 2022
Messages
9
Reaction score
0
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
 
Back
Top