How to Connect to Your VDS Server via SSH (Complete Guide)
Step-by-step SSH connection guide for Linux VDS: PuTTY, Terminal, key-based authentication, Path Panel firewall rules, and security best practices.
Complete guide to connecting to Windows Server VDS via Remote Desktop (RDP): setup steps, NLA security, Path Panel firewall rule, and troubleshooting tips.
RDP (Remote Desktop Protocol) is a protocol developed by Microsoft that allows you to remotely access and manage Windows Server operating systems with a graphical interface. With your REXE Technology VDS server, you can connect via RDP to manage your Windows Server as if you were sitting in front of it.
| Information | Description |
|---|---|
| Server IP Address | Viewable from the REXE panel |
| Username | Usually Administrator |
| Password | Sent via email after setup |
| Port | Default: 3389 |
Your server credentials are automatically sent to your email address after ordering.
mstsc and press Entermstsc /v:SERVER_IP_ADDRESS
If you've changed the default RDP port:
mstsc /v:SERVER_IP_ADDRESS:PORT_NUMBER
Use Remmina or xfreerdp:
# Using xfreerdp
xfreerdp /v:SERVER_IP_ADDRESS /u:Administrator /p:PASSWORD
# Using Remmina
# Open Remmina → New Connection → RDP → Enter server details
On REXE servers, when an IP has no rules at all, all ports are open. However, the moment you create your first filter rule, the system automatically adds Default Block and only the ports you allow stay open. To secure your RDP access (and to maintain access if your IP already has other rules), create a filter rule for the RDP port (3389) via Path Panel or the Rule Management product in your customer panel:
The rule creation screen has two modes: standard filter (protocol + port only) and hard filter (you pick one of the game or application filters). For RDP the standard mode is enough; both modes operate at Layer7 and track connection state, the only difference with a hard filter being application-specific packet inspection, and TCP Symmetric is just one of those hard options.
For maximum security, combine NLA with strong passwords. The standard filter (protocol + port) is enough for RDP.
To improve performance on slow connections:
Connect with a custom resolution from the command line:
mstsc /v:SERVER_IP /w:1920 /h:1080
| Issue | Solution |
|---|---|
| Connection timed out | Check the Path panel firewall rule |
| Credentials don't work | Verify username (Administrator) and password |
| CredSSP error | Update your local Windows or adjust NLA settings |
| Black screen after connecting | Wait a moment, or restart the server from the panel |
| Slow connection | Disable visual effects in the Experience settings |
RDP is the easiest way to manage your Windows Server VDS with a graphical interface. You can protect your server with security measures like enabling NLA, changing the port, and account lockout policies. If you experience connection issues, first check the Path panel firewall settings.
If your IP has rules, Default Block is automatically active and disallowed ports are closed. You need to create a filter rule for the RDP port (3389) via Path Panel (x.rexe.tr) or the Rule Management product in your customer panel. If your IP has no rules at all, all ports are open and the problem may be on the server side.
For RDP the standard filter mode is enough — just enter Protocol TCP and Destination Port 3389. TCP Symmetric is a hard filter (Layer7) and is only needed for highly sensitive applications.
RDP uses encrypted connections by default. To further improve security, enable NLA (Network Level Authentication), change the default port 3389, and create a filter rule for the RDP port (3389) in Path Panel. Hard filter (Layer7) options like TCP Symmetric are only needed for highly sensitive applications.
Step-by-step SSH connection guide for Linux VDS: PuTTY, Terminal, key-based authentication, Path Panel firewall rules, and security best practices.
Step-by-step guide to changing your VDS server OS via REXE panel: backup tips, supported Linux distributions and Windows Server versions explained.
Complete guide to monitoring Linux VDS server resources: htop, free, df, iostat commands, network monitoring tools, and automated alert scripts.