To run the backend server use the desktop shortcut which will launch the application for you. If you are a linux user, you can also launch the app via the terminal:
system-bridge backend
Running as a Service
Linux (systemd)
⚠️
Not supported with AppImage or Flatpak. You will need to configure the service manually to the correct path.
- Copy the systemd service file to the systemd directory:
sudo cp .scripts/linux/system-bridge.service /etc/systemd/system/
- Reload systemd daemon:
sudo systemctl daemon-reload
- Enable the service to start on boot:
sudo systemctl enable system-bridge
- Start the service:
sudo systemctl start system-bridge
- Check the service status:
sudo systemctl status system-bridge
Windows (service installation)
- Open PowerShell as Administrator
- Navigate to the directory containing the installation scripts
- Run the installation script:
.\scripts\windows\install-service.ps1
- To uninstall the service:
.\scripts\windows\uninstall-service.ps1
Token
The token
is essential to connect to the API/WebSocket. You can get it using the CLI command:
system-bridge client token
Alternatively, you can find your Token in the application startup logs when running the backend. The logs will show “Your API token is” followed by your token value.