Connecting to your Windows RDP for the first time
Where to find your credentials and how to connect from Windows, macOS, Linux, Android and iOS.
Your credentials
Within about four minutes of payment confirmation we email you the server IP, username (Administrator unless you asked otherwise) and password. The same details are always available in the client area under Services โ your server โ Access details. If the email did not arrive, check spam, then open a ticket โ we can resend or reset instantly.
Windows
- Press Win + R, type
mstsc, press Enter. - Enter
your.server.ip(oryour.server.ip:53389if you changed the port). - Click Show Options โ Local Resources to enable clipboard or drive sharing if you need it.
- Connect, enter the username and password, and accept the certificate warning โ it is self-signed by default, which is expected.
macOS
Install Windows App (formerly Microsoft Remote Desktop) from the Mac App Store. Add a PC, enter the IP, add your credentials, and set the display to "Fit to window" with "Optimize for Retina displays" off if the session feels heavy.
Linux
sudo apt install freerdp2-x11
xfreerdp /v:your.server.ip /u:Administrator /p:'yourpassword' \
/dynamic-resolution /gfx:AVC444 /clipboard /cert:ignore
Remmina is a good graphical alternative and uses the same FreeRDP backend.
Android / iOS
Use the official Windows App from Google Play or the App Store. On a phone, enable the touch pointer mode โ direct touch is unusable for anything with small controls.
First things to do after connecting
- Change the password we emailed you. It travelled by email; treat it as compromised.
- Run Windows Update once and reboot.
- Move RDP off port 3389 and restrict it to your IP โ see our hardening checklist.
Did this solve your problem?
If not, open a ticket and paste the command output you got. Support is 24/7 with a 12-minute median first reply, and the same engineers maintain these pages.