Atavism Cloud server comes all with full root access. You can easily access your server via SSH via port 2222 as you would do with any other Linux-based server.

You will need a terminal program, we recommend using a simple yet effective program called Putty. Putty can be downloaded here: Download PuTTY: latest release (0.77) (greenend.org.uk)

 

If you are on the latest version of Windows 10/11 and have the terminal package installed you can just as easily use CMD/PowerShell.

Open up Windows Terminal and enter:

ssh root@your-server-ip -p 2222

It will ask you to accept the server fingerprint, you do this by entering:

yes

Then it will prompt you to enter the root password for your server. Please note that when entering the password for any Linux server the terminal will not show you the * sign for password inputs, it will seem like you're not entering anything at all, but you are. Just enter the password and hit enter.

 

Congratulations, you are now connected to the server via SSH and have full root access.

Was this answer helpful? 0 Users Found This Useful (0 Votes)