Connecting to Your Virtual Machine
Once your VM is deployed, you can connect to it using SSH (Linux), Remote Desktop (Windows), or the browser-based console.
Finding Your VM's IP Address
- Go to Virtual Data Centers → your VDC
- Click on your VM name
- The public IP address is shown on the VM overview page
Connecting to a Linux VM via SSH
Using PuTTY (Windows)
- Download and install PuTTY from www.putty.org
- Open PuTTY
- In Host Name, enter your VM's public IP address
- Set Port to 22
- If using an SSH key, go to Connection → SSH → Auth → Credentials and browse to your .ppk file
- Click Open
- Enter your username when prompted
Using Terminal (Mac/Linux)
ssh username@your-vm-ip-address
If using an SSH key:
ssh -i /path/to/your-key.pem username@your-vm-ip-address
Connecting to a Windows VM via Remote Desktop (RDP)
- Open Remote Desktop Connection (search for it in the Start menu)
- Enter your VM's public IP address
- Click Connect
- Log in with username Administrator and the password you set during deployment
???? Mac users: Download Microsoft Remote Desktop from the App Store to connect to Windows VMs.
Browser Console (All VM Types)
The browser console gives you direct screen access to your VM — useful if SSH or RDP is unavailable.
- Open your VM in the Cloud679 portal
- Click the Console button
- A browser window will open showing your VM's screen
- Type directly to interact with the VM
???? Tip: The browser console works even if your VM has no network connectivity — it connects directly through the Cloud679 infrastructure.
Connection Issues?
If you cannot connect to your VM, see our Network Troubleshooting article or contact support@kastel.com.fj.