Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 2.62 KB

SERVERS.md

File metadata and controls

38 lines (32 loc) · 2.62 KB

Support for servers

Setting up a server

🗄️ You can download the binary compiled version: installer
and run the executable:

empires-server.exe --host <host_IP> --port <port_number>

🗄️ Or you can clone the latest version:

git clone https://github.com/AcidCaos/raisetheempires
cd raisetheempires
pip install -r requirements.txt

and run the server:

python empires-server.py --host <host_IP> --port <port_number>

⌨️ Configure the server by Command line arguments when running the executable:

Synopsis Description Notes
--port <port_number> Sets the server's running port number Default: port_number = 5005
Recommended: port_number > 1024
--host <host_IP> Sets the host to listen on 0.0.0.0 for all
interfaces
Default: host_IP = 127.0.0.1
<host_IP> = 127.0.0.1 for only localhost
--http-host <host_IP> Opened address to the Web Browser on
startup
Default: host_IP = 127.0.0.1
<host_IP> should not be 0.0.0.0
--no-popup The game page is not opened in the Web
Browser on startup
Default: the page is opened on startup
--http-path <page_path> Sets a specific page to open on startup Default: page_path = ''
--debug Sets debugging option to true Default: debugging option disabled
Not recommended for servers
--no-crash-log Disables crash log popups Default: notepads are opened on error
Recommended for servers
--no-compression Disables compression Default: compression is used
Not recommended for servers
--no-caching Disables caching of modded files Default: caching is used
Not recommended for servers
--no-app_mode Disables app mode in chromium and hides UI elements Default: app mode is used
App mode prevents using outdated browsers for other purposes

📠 Setup your router and firewall configuration

💬 If you are having any issues, contact us on Discord