Connecting to your server for the first time
How to Log Into Windows
- Open Remote Desktop Connection Manager on Windows. This application is usually pre-installed.
- Enter the IP address of your server, provided in your email or found in your client area on My.Hostacks.com.
- Type your Username (Administrator) and the password from your RDP.
- If a message appears (common on first start), simply press "Yes".
How to Log Into Linux OS
- Open your terminal:
- Windows: CMD or Terminal
- Mac: Terminal
- Linux: Terminal
- Connect to your server using SSH:
ssh USERNAME@IP
- When prompted with an SSH fingerprint request, type "yes".
- Enter your password, which was sent to your email and is also available in your client area under "Access data."
How to Gain Root Access on Linux Distributions
- Once logged in, type:
sudo passwd
The server will prompt you to enter a new password and confirm it. - Log into root with:
sudo su
How to Connect Using Android
- Download and install the Microsoft Remote Desktop app from the Google Play Store.
- Open the app and tap on the + (plus) icon to add a new connection.
- Enter the IP address of your server, username (Administrator), and password.
- Tap Save, then tap on the connection to log in.
How to Connect Using iOS
- Download and install the Microsoft Remote Desktop app from the App Store.
- Open the app and tap on the + (plus) icon to add a new connection.
- Enter the IP address of your server, username (Administrator), and password.
- Tap Save, then tap on the connection to log in.
Usernames for Different Operating Systems
To use your server, you need to know the appropriate username for each OS:
- Windows: Administrator
- Debian: debian
- CentOS: centos
- Ubuntu: ubuntu