Skip to main content

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:
sudo apt update
sudo apt install remmina remmina-plugin-rdp
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:
sudo apt update
sudo apt install freerdp2-x11
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 YOUR_IP and YOUR_PASSWORD:
xfreerdp /v:YOUR_IP /u:Administrator /p:YOUR_PASSWORD /cert:ignore /dynamic-resolution
For better performance, you can add:
xfreerdp /v:YOUR_IP /u:Administrator /p:YOUR_PASSWORD /cert:ignore /dynamic-resolution /compression /network:lan
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

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
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)”
To enable clipboard sharing:
  • Remmina: Enable “Use client resolution” in Advanced tab
  • xfreerdp: Add /clipboard to your connection command
For better performance on slower connections:
  • Remmina: Reduce color depth to “High Color (16 bpp)”
  • xfreerdp: Add /compression /network:modem to your command
  • Disable desktop wallpaper and visual effects in Windows