Skip to content

Access the System via SSH

SSH (Secure Shell) gives you an encrypted command-line connection to your Cloud Voice phone system, which you use for debugging and low-level diagnostics. Access is turned off by default. You enable it from the web portal, note the connection details, then sign in with any SSH client. The steps below use PuTTY (a free SSH client for Windows) as the example, but the same details work with any SSH tool, including the built-in ssh command on macOS and Linux.

  1. Sign in to the web portal and go to Security > Security Settings > Console/SSH Access.

  2. Switch SSH Access on, then click OK.

    The Console/SSH Access page with the SSH Access toggle enabled

  3. Choose a session length from the Timeout drop-down list, then click Save. SSH access is now active, and the remaining connection time counts down on the page.

    The Timeout drop-down for setting how long SSH access stays open

  4. Note down the SSH credentials shown on the page. You need the SSH address and port to connect, plus the password for signing in.

    The connection panel listing the SSH address, port, and login details

  1. Set Connection type to SSH.

  2. In Host Name (or IP address), enter the system’s SSH address.

  3. In Port, enter the system’s SSH port.

  4. Optional: open Window > Lines of scrollback in the left navigation and raise the scrollback line count.

  5. Click Open.

    Cloud Voice, PuTTY session settings with the SSH address and port entered

  1. At the login as prompt, enter support.

  2. At the password prompt, enter the password from the credentials page (step 4 above).

Once you are signed in, the terminal is ready for you to run diagnostics and debug the system.

Cloud Voice, terminal session connected and ready for commands