VPSM. A worse version of HCloud.

We're building a VPS management platform in the terminal.

Feel free to join us at our Github

Our plan

We're building a cross-cloud VPS management platform. Quick server creation. App deployment. Observability. All of your VPS', right in your local terminal.

Download

Latest release — grab the binary for your platform:

Operating System Architecture Download
macOS Apple Silicon (arm64) vpsm-darwin-arm64
macOS Intel (amd64) vpsm-darwin-amd64
Linux x86_64 (amd64) vpsm-linux-amd64
Linux ARM64 vpsm-linux-arm64
Windows x86_64 (amd64) vpsm-windows-amd64.exe

Checksums: checksums.txt · All releases: GitHub Releases

Installation

After downloading, make the binary executable and move it to your PATH:

macOS / Linux:

chmod +x ~/Downloads/vpsm-*
sudo mv ~/Downloads/vpsm-* /usr/local/bin/vpsm
vpsm --help

Windows (PowerShell as Administrator):

# Create a local bin directory if it doesn't exist
New-Item -ItemType Directory -Force -Path $env:LOCALAPPDATA\bin
Move-Item $env:USERPROFILE\Downloads\vpsm-windows-amd64.exe $env:LOCALAPPDATA\bin\vpsm.exe

# Add to PATH (restart terminal after)
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$env:LOCALAPPDATA\bin", "User")

vpsm --help

Examples

Server create wizard
Server list
SSH Connection Screen