OpenServer is a server software for TheProtocols.
- Complete compatibility with TheProtocols 3.0-3.1
- Easy to use setup wizard
- Encrypted communication
- Exportable user accounts
-
Download the latest version of OpenServer from the releases page
-
Install it via pip:
pip install openserver-*.tar.gz
[!TIP] I recommend using a virtual environment with name of the release. This will provide rollback capability and lower the risk of package conflicts.
-
Create an empty folder for your server:
mkdir myserver cd myserver
[!WARNING] You must use a completely blank folder. OpenServer will create files in this folder. It will not use if any other files or folder exist, including virtualenv.
-
Run setup wizard:
python3 -m openserverctl
[!NOTE] If you want to have a warranty, you must purchase a license key. Please email me for more information.
-
Start the server:
python3 -m openserver config.yaml
-
Open your client and switch to your network. You can choose a client from client directory.
-
Create a new user with standard permissions.