Skip to content

islekcaganmert/openserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenServer

OpenServer is a server software for TheProtocols.

Features

  1. Complete compatibility with TheProtocols 3.0-3.1
  2. Easy to use setup wizard
  3. Encrypted communication
  4. Exportable user accounts

Installation

  1. Download the latest version of OpenServer from the releases page

  2. 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.

  3. 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.

  4. 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.

  5. Start the server:

    python3 -m openserver config.yaml
  6. Open your client and switch to your network. You can choose a client from client directory.

  7. Create a new user with standard permissions.

About

Open Source Server Software for TheProtocols, Decentralized Super Apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published