You can access your Linux server via web browser instead of SSH.
Step 1 :
wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -
Step 2 :
sudo touch /etc/apt/sources.list.d/ajenti.list
echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" | sudo tee -a /etc/apt/sources.list.d/ajenti.list
Step 3 :
sudo apt-get update && sudo apt-get install ajenti
sudo systemctl restart ajenti
Step 4 :
To access Ajenti, you open the broswer and point it to your server IP. Username is "root" and password is "admin".
https://[server_ip]:8000
That's all! See you.