How to connect to Cloud Application shell (Web interface & CLI)

Web based command line

URL :  https://12.34.56.789:12320/
User : root

SSH

Login as root.

 

From Windows you can access your server using a free simple SSH client program called Putty located at our Downloads.

From Linux :

ssh root@12.34.56.789

* Replace 12.34.56.789 with a valid IP or hostname.

 

 

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to create a .ppk from private key on Windows

Using a Public/Private key to authenticate when logging into SSH can provide added convenience or...

Connecting using SSH on Linux or OSX workstations

Use the ssh command to connect to your instance. Specify your username and the external IP...

How to connect to MySQL (Web interface & CLI)

Web Interface Adminer is a database management web applicarion URL :...

What is Reverse DNS?

Reverse DNS (rDNS) is name resolution that looks up an IP addresses to obtain a domain name,...

Connecting using PuTTY on Windows workstations

Configuring PuTTY In PuTTY, under Session, enter your Host Name Under Connection choose Data...