Download the CLI

Install the sp command-line tool on your VPS.

Install the CLI

ServicePlus CLI ships as a self-contained binary — no Python or other runtime needed. Install it on your VPS with a single command:

bash
curl -fsSL https://raw.githubusercontent.com/aimaddotnet/serviceplus-cli-releases/main/install.sh | bash
The script downloads the latest release, installs Docker if it is missing, and sets up the sp command — leaving your VPS with just the sp command, ready to use.

Verify the installation

After installation, confirm the CLI is available:

bash
sp version

You should see the ServicePlus version number and a brief description.

Keep the CLI updated

To update the CLI to the latest version at any time:

bash
sp update cli

Troubleshooting

If sp is not found after installation, restart your terminal session or run:

bash
source ~/.bashrc

If the install script fails, re-run it — it cleans up after itself and is safe to run again.