Option 1: Using Remmina (Recommended)
1
Receive VPS Credentials
After your order is complete, you’ll receive an email with your VPS login credentials. Wait at least 10 minutes after receiving this email to ensure the Windows installation is fully ready.
2
Install Remmina
Open a Terminal and install Remmina if not already installed:For other distributions, use your package manager (dnf, pacman, etc.).
3
Launch Remmina
Open Remmina from your applications menu or type
remmina in the terminal.4
Create New Connection
Click the ”+” button to create a new connection profile. Configure as follows:
- Protocol: RDP
- Server: Your VPS IP address from the email
- Username:
Administrator - Password: (copy from your email)
- Resolution: Use client resolution or select preferred
5
Save and Connect
Click Save and Connect. If a certificate warning appears, click Accept.
6
Access VPS Desktop
Your Windows VPS desktop will appear in the Remmina window. You can toggle fullscreen with Ctrl+F.
Option 2: Using xfreerdp (Command Line)
1
Install xfreerdp
Open a Terminal and install xfreerdp:For other distributions, the package may be named
freerdp or xfreerdp.2
Prepare Connection Command
Copy your VPS credentials from the welcome email. You’ll need:
- IP Address
- Username:
Administrator - Password
3
Connect via Terminal
Run the following command, replacing For better performance, you can add:
YOUR_IP and YOUR_PASSWORD:4
Handle Certificate Warning
When prompted about the certificate, type Y and press Enter to accept and continue.
5
Access VPS Desktop
The VPS desktop will open in a new window. Use these shortcuts:
- Ctrl+Alt+Enter: Toggle fullscreen
- Ctrl+Alt+F: Toggle window decorations
Troubleshooting Tips
Connection Refused Error
Connection Refused Error
If you receive a “connection refused” error:
- Verify the IP address is correct
- Wait at least 10 minutes after receiving credentials
- Check if port 5909 is blocked by your firewall:
sudo ufw allow 5909/tcp
Black Screen After Login
Black Screen After Login
If you see a black screen after connecting:
- Wait 30-60 seconds for the desktop to load
- Try disconnecting and reconnecting
- In Remmina, try changing color depth to “True Color (24 bpp)”
Clipboard Not Working
Clipboard Not Working
To enable clipboard sharing:
- Remmina: Enable “Use client resolution” in Advanced tab
- xfreerdp: Add
/clipboardto your connection command
Performance Issues
Performance Issues
For better performance on slower connections:
- Remmina: Reduce color depth to “High Color (16 bpp)”
- xfreerdp: Add
/compression /network:modemto your command - Disable desktop wallpaper and visual effects in Windows

