Zenith
Home Download Plugins Tutorials Server List

< Tutorials

Server Usage Instructions

After you have downloaded Zenith for your architecture, unzip the zip and open terminal to the folder with the unzipped contents

In terminal, you will need to run the GettingOverItMP.Server file with flags.

Flags:

⚠️Note: --port must be over 1000

⚠️Note: running without --nosteam may not work

On Linux, you will need to run chmod +x GettingOverItMP.Server before you can run it with ./GettingOverItMP.Server

Examples:

Windows: GettingOverItMP.Server.exe --hostname "my server" --maxplayers 15 --nosteam

Linux: ./GettingOverItMP.Server --hostname "my server" --maxplayers 15 --nosteam


Plugins Usage

To use plugins, you will need to put them inside of a folder that is inside the plugins/ folder

Example: plugins/TestPlugin/TestPlugin.dll

Some plugins will create a config file that you have to change things inside of