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 […]