Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Server Addon Installation

Dominik Wojciechowski edited this page Jun 5, 2020 · 3 revisions

About server addon

Server addon is a native application written in GoLang. It is directly compiled to byte code which is executed on the remote server to which plugin will be connected to.

Supported systems

Currently, we are supporting the following systems:

  1. Windows x64
  2. Linux x64
  3. Linux x86
  4. MacOS x64

How to get it

There are two options to get compiled files to easily run addon:

  1. GitHub package page on addon repository : Link
  2. My personal server, where you can find all necessary files: Link

If you are familiar with GoLang, you can compile it on your own, clone Repository, and run make file to compile it in one command.

How To run

It is a standard executable file, which is running like any other application. You can run it in the background. Or configure it to run as a autostart.

Important!

The app is run with PATH which is available in the command line you are using.