-
Notifications
You must be signed in to change notification settings - Fork 57
Server quick install
TTP Report edited this page Mar 3, 2025
·
2 revisions
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 installYou can connect to the local instance by running the server binary, as it can also work as a client:
$ sudo ligolo-mpThen proceed to admin panel overview or dive deeper into available server configuration options.