How To Access Your Forex VPS From Ubuntu / Linux Desktop
Getting Started After you have placed your order, you will receive an email containing the remote desktop login credentials for […]
Getting Started
After you have placed your order, you will receive an email containing the remote desktop login credentials for your VPS. This guide will show you how to use these credentials to access your trading VPS from your Ubuntu Linux desktop or laptop.
Ubuntu comes with Remmina, a powerful remote desktop client that provides excellent RDP (Remote Desktop Protocol) support. If Remmina isn’t installed on your system, we’ll show you how to install it, along with alternative methods for connecting to your VPS.
Step-by-Step Instructions
Step 1: Install Remmina (if not already installed)
Most Ubuntu installations include Remmina by default. To check if it’s installed and install it if needed:
- Open Activities and search for “Remmina”
- If found, skip to Step 2. If not found, continue below.
- Open Terminal (Ctrl+Alt+T)
- Update your package list:
sudo apt update
- Install Remmina and RDP plugin:
sudo apt install remmina remmina-plugin-rdp
- Enter your password when prompted
Step 2: Launch Remmina
- Press the Super key (Windows key) or click Activities
- Type “Remmina” and click on the application to launch it
- Alternatively, you can open Terminal and type:
remmina
Step 3: Create a New VPS Connection
- In Remmina, click the + (Plus) button to create a new connection
- In the Protocol dropdown, select “RDP – Remote Desktop Protocol”
- Fill in the connection details:
- Name: Give it a friendly name like “Trading VPS”
- Group: Leave blank or create a group like “VPS Connections”
- Server: Enter your VPS IP address (from your welcome email)
- User name: Enter your VPS username (typically “Administrator”)
- User password: Enter your VPS password from the welcome email
Step 4: Configure Advanced Settings (Optional)
For optimal performance, click the Advanced tab and adjust these settings:
- Resolution:
- Select “Use client resolution” for full-screen experience
- Or choose a specific resolution like “1920×1080”
- Color depth: Set to “High Color (16 bpp)” for better performance over slower connections
- Audio:
- Set to “Off” if you don’t need audio to save bandwidth
- Set to “Local” to play VPS audio on your Ubuntu machine
- Network connection type: Select “Broadband” for most internet connections
- Click Save and Connect to store your settings and connect
Step 5: Connect to Your VPS
- From the main Remmina window, double-click on your saved VPS connection
- If prompted about certificate verification, click “Yes” or “Accept” to continue
- Wait a few seconds while the connection is established
- Your Windows VPS desktop should now appear in a new window
- Use Ctrl+Alt+F to toggle full-screen mode
Step 6: Using Your VPS from Ubuntu
Here are helpful keyboard shortcuts and navigation tips:
- Ctrl+Alt+F: Toggle full-screen mode
- Ctrl+Alt+T: Toggle toolbar visibility
- Ctrl+Alt+M: Minimize the connection window
- Ctrl+Alt+Plus: Zoom in
- Ctrl+Alt+Minus: Zoom out
- Ctrl+Alt+0: Fit window to screen
- Right-click: Works normally for context menus
- Copy/Paste: Text clipboard is shared between Ubuntu and VPS
Alternative Method: Command Line with xfreerdp
For advanced users who prefer command-line tools:
- Install xfreerdp:
sudo apt install freerdp2-x11
- Connect using:
xfreerdp /u:Administrator /p:YourPassword /v:YourVPSIP /size:1920x1080
- Replace YourPassword and YourVPSIP with your actual credentials
Troubleshooting Common Issues
If you’re having trouble connecting, try these solutions:
- Connection refused: Verify your VPS IP address and ensure your internet connection is stable
- Authentication failed: Double-check your username and password, ensure no extra spaces
- Certificate errors: Click “Accept” or “Yes” when prompted about certificate verification
- Remmina not found: Install it using:
sudo apt install remmina remmina-plugin-rdp
- Blank screen: Try changing the color depth to “True Color (24 bpp)” in Advanced settings
- Slow performance: Reduce resolution or change network type to “Modem” in Advanced settings
- Keyboard issues: Go to Advanced tab and try different keyboard mappings
- Audio problems: Check the Audio setting in Advanced tab, try “Local” or “Off”
Conclusion
Congratulations! You should now be connected to your VPS from your Ubuntu Linux desktop, ready to monitor and manage your trades with the full power of a Linux workstation. Remmina provides an excellent remote desktop experience with many customization options to suit your workflow.
If you encounter any issues or have questions about your setup, our support team is available 24/7 to assist you. Don’t hesitate to reach out for personalized guidance tailored to your specific trading needs. Happy trading!

About the Author
NYC Servers Team
Editorial Team
Our editorial team brings together expertise in forex trading, VPS hosting, and financial technology to deliver comprehensive guides and insights for traders.