CLI

A powerful Command-Line Interface that gives developers and system administrators direct access to cloud services without ever leaving your terminal.

How to set up the Serverspace CLI?

CLI access is available for both Linux and Windows systems. Simply download the archive from GitHub, extract its contents, and proceed with the installation. A comprehensive installation guide is provided within your admin panel for your convenience.

Effortless user experience

With the Serverspace CLI (Command Line Interface), you can manage virtually every aspect of your VMs, networks, and SSH keys. Terminal access and a basic knowledge of scripts is all that's needed.

Serverspace API
Same as the console

Everything you can do in the Serverspace dashboard is also achievable through CLI interface commands.

Serverspace Docs
Useful docs

We offer comprehensive documentation detailing all CLI commands.

Compatibility
OS compatibility

Command Line Interface can be installed on both Windows and Linux systems.

See what you can do with Serverspace cloud CLI

Serverspace services
Manage your VPS server

Provision and remove cloud infrastructure, power it on or off, attach volumes, and reboot as needed.

addressing
Manage networks

Set up and delete private networks, and link public networks to the Internet.

Recovery
Manage snapshots

Generate and delete server snapshots, with the ability to restore your server to a saved snapshot anytime.

project_details
Obtain information

Request detailed information about your project, server, locations, networks, and snapshots when needed.

FAQ

How is CLI pricing structured?

The CLI is completely free - just download its archive from GitHub at no cost.

What tasks can I perform with a CLI?

• Manage files, directories, and software
• Monitor system performance and processes
• Automate tasks with scripts
• Interact with APIs and cloud services
• Use version control tools like Git
• Deploy and manage servers efficiently

How does the CLI interact with APIs?

The CLI interacts with APIs by sending commands that translate into API requests behind the scenes. Here’s how it works in simple terms:

• Each CLI command is mapped to a specific API call (usually REST or HTTP-based).
• When you run a command, the CLI sends a request to the API endpoint with the necessary parameters.
• The API processes the request and sends back a response, which the CLI then displays as output.

This lets the CLI act as a user-friendly layer over the raw API.

How do I write scripts using CLI?

Here's how to get started:

• Choose a shell: Most scripts use Bash (Linux/macOS) or PowerShell (Windows).
• Create a script file: Save your commands in a .sh (Bash) or .ps1 (PowerShell) file.
• Add commands: Write the same CLI commands you’d normally run manually.
• Make it executable (Linux/macOS): Use chmod +x script.sh to allow execution.
• Run the script: Execute with ./script.sh (Linux/macOS) or .\script.ps1 (Windows).

Some of our clients reviews

“+ I’ve used several CLI tools offered by different cloud server hosting companies, and Serverspace’s version is quite reliable. The server commands are easy to execute, and most tasks can be completed quickly. - Additional examples in the documentation would make the learning process easier.”
“The Serverspace CLI has been a great addition to my DevOps toolkit. I regularly use it to automate server provisioning and network configurations, and the ability to integrate it with bash scripts speeds up deployment significantly. The detailed documentation on GitHub is helpful, though more examples for complex use cases would be a welcome addition. It’s a solid CLI tool, but adding asynchronous task execution could take it to the next level.”
“As a backend developer, I’ve found the Serverspace CLI to be a reliable tool for managing my test environments. It’s particularly useful when creating private networks or rolling back servers to snapshots during testing. The command structure is intuitive, and the response times are fast. However, I noticed some limitations in advanced filtering options when listing resources, which could improve usability for larger setups, it would be helpful if you could take a look at that, please and thank you.”
“I’ve used several command-line tools before, and the Serverspace CLI is one of the better ones. It’s practical for managing servers and creating private networks, it’s simple and gets the job done”
Average Score 4.7
Reviews 125
Оr write a review on G2, WHTop, hostingseekers, hostsearch