Managing SSH Keys

Managing SSH Keys SSH keys provide secure, passwordless authentication to your Linux VM. You can store multiple keys in your account and manage which ones are used on each server. Step 1 – Adding SSH Keys to Your Account Your account has a key storage where you can keep all your SSH keys. These keys […]

Resetting VPS Password

Resetting VPS Password You can reset the root/administrator password for your VPS from the control panel. Reset Password via Control Panel Go to Services → Cloud VPS → select your VPS In the Server details section, find the Password field Click the key icon to reset the password The new password will be generated and […]

Managing VPS Backups

Managing VPS Backups Your VPS plan includes a backup pool with a limited number of backup slots. You can create backups manually or set up automatic scheduling. Creating a Backup Manually Go to Services → Cloud VPS → select your VPS Go to Storage → Backups Click Create backup Wait for the backup to complete […]

Connecting to a Windows VM

Connecting to a Windows VM Using the built-in Remote Desktop client (mstsc): Press Win + R and enter: mstsc In the Remote Desktop window, enter the VM’s IP address. Click “Connect” and provide your username (usually Administrator) and password. Connecting to a Windows VM from macOS Using Microsoft Remote Desktop Download from the App Store: […]

Connecting to a Linux VM

Connecting to a Linux VM Via Windows Terminal / PowerShell Using SSH key: ssh -i C:UsersUsernameDownloadsyour_key.pem ubuntu@ip_address Using password: ssh ubuntu@ip_address Third-party clients: PuTTY Classic SSH client for Windows. Requires conversion of .pem to .ppk using PuTTYgen. Termius Cross-platform SSH client with support for profiles and SSH keys. Available for Windows, macOS, Linux, Android, and […]

Installing OS from Your Own ISO Image

Installing OS from Your Own ISO Image You can install any operating system using an ISO image. There are two options: use one of the pre-uploaded public ISOs, or upload your own. Option A: Using a Public ISO A selection of public ISO images is available on the Operating Systems tab when creating a VM. […]

Managing VM Resources After Creation

Managing VM Resources After Creation You can modify your virtual machine configuration at any time using the action panels on the VM Overview page. Scaling CPU and RAM Go to List Servers and click on your VM In the Actions bar, click Scale Adjust CPU Cores and RAM using the sliders or number inputs Click […]

Connecting to a Linux Server

Connecting to a Linux Server This guide explains how to connect to your Linux server from any operating system, using either an SSH key or a password. Before You Start The instructions below apply to servers with public IP addresses. If your server is on a private network only (no public IP), you cannot connect […]

Connecting to a Windows Server

Connecting to a Windows Server This guide explains how to connect to your Windows server using Remote Desktop (RDP) from any operating system. Before You Start The instructions below apply to servers with public IP addresses. If your server is on a private network only (no public IP), you cannot connect to it directly from […]

Resetting Your Server Password

Resetting Your Server Password You can reset the root or Administrator password for any server from your client portal at any time. How to Reset Open the server in your client portal: Services → Virtual Data Center → your VDC → select the server In the Server Information section, find the Password row Click the […]