Server quick install - ttpreport/ligolo-mp GitHub Wiki
The repo includes a simple installer in a form of install_server.sh
script, that will perform all the required steps on the most Linux systems:
- Install system dependencies
- Download latest binaries
- Set up and run systemd service
So, either run the script directly or invoke it via make:
$ sudo make install
You can connect to the local instance by running the server binary, as it can also work as a client:
$ sudo ligolo-mp
Then proceed to admin panel overview or dive deeper into available server configuration options.