Add Servers
Learn how to add servers on Clouddley.
In Clouddley, a server is any compute resource (VM, bare metal, or cloud instance) where you deploy your workloads to. Servers lets you manage workloads from one place, deploy faster, and monitor everything together. By adding your servers to Clouddley, you can see the compute resources in use on your Clouddley account. This guide walks you through adding new servers to Clouddley and removing existing ones.
Prerequisites
Before you begin, make sure you have:
Have a Clouddley account
Have a server with its details:
VM host
VM port
VM user
Basic familiarity with the command-line
Add a Server
To add a server to your Clouddley account:
Sign in to your Clouddley account
Select Servers
Select + Add Server
Enter a name for the server
Complete the VM host, VM user, and VM port fields
Run the installation commands on your remote machine:
Install Clouddley CLI
curl -L https://raw.githubusercontent.com/clouddley/cli/main/install.sh | sh
Add the SSH public key to the remote server
clouddley add key
Click on Save

You've successfully created a server on Clouddley!
Troubleshooting Common Issues
Security Considerations
When you add a server to Clouddley:
Clouddley adds its SSH public key to your server's authorized keys.
All communication happens over encrypted SSH connections.
You can revoke access by removing the Clouddley public key from your server.
Best Practices
Server naming: Use descriptive names that help you quickly identify your servers.
Regular maintenance: Run the cleanup regularly to free up disk space.
Last updated
Was this helpful?