View Categories

Basic Server Administration

1 min read

Your server includes out-of-band management tools for situations where the web interface isn’t accessible.

Power Controls #

  • Start, stop, or reboot your server (like pressing power/reset on a physical machine).
  • Whenever possible, reboot from the Linux OS rather than using power controls.

Where to find them:

Login info:

  • Sent in your signup email.
  • If lost, reset your password at the login page or check Email History in the CyberLynk Portal.

VNC Console (VPS only) #

Use VNC for direct console access (e.g., to resolve firewall lockouts).

Steps:

  1. Log into our VPS control panel at https://secure.freepbxhosting.com
  2. Locate the server you wish to connect to and click “Manage”
  3. Under Click the “VNC” button and then click the “HTML VNC” button.
  4. Login as “root” and then enter your root password when prompted.
  5. After you’ve done what you need to do, be sure to log out by typing “exit” and pressing ENTER.

(Note: The VNC console button in the Client Portal is currently unavailable; use the VPS Control Panel instead.)

SSH Access #

SSH is the most common way to manage FreePBX/Linux directly.

  • Default port: 22 (unless changed in /etc/ssh/sshd_config).
  • Connect with PuTTY/WSL2 (Windows) or Terminal (Mac).
  • Login as root@<server_ip> using the root password from your VPS email.

If you need a root password reset, open a support ticket (requires a reboot).