Guides - Deploying CyberPanel through the Linode Marketplace

Quickly deploy a Compute Instance with many various software applications pre-installed and ready to use.

Create a Linode account to try this guide with a $100 credit.
This credit will be applied to any valid services used during your first 60 days.

CyberPanel is a next-generation hosting control panel, which provides a friendly user interface. The CyberPanel app provides a One-Click installer for OpenLiteSpeed, LSCache, WordPress, Prestashop, Joomla, Magento, and Git. It also automates the initial setup for components like Mail service and DNS, to reduce the time it takes to get set up for hosting.

Deploying a Marketplace App

The Linode Marketplace allows you to easily deploy software on a Compute Instance using the Cloud Manager. See Get Started with Marketplace Apps for complete steps.

  1. Log in to the Cloud Manager and select the Marketplace link from the left navigation menu. This displays the Linode Create page with the Marketplace tab pre-selected.

  2. Under the Select App section, select the app you would like to deploy.

  3. Complete the form by following the steps and advice within the Creating a Compute Instance guide. Depending on the Marketplace App you selected, there may be additional configuration options available. See the Configuration Options section below for compatible distributions, recommended plans, and any additional configuration options available for this Marketplace App.

  4. Click the Create Linode button. Once the Compute Instance has been provisioned and has fully powered on, wait for the software installation to complete. If the instance is powered off or restarted before this time, the software installation will likely fail.

To verify that the app has been fully installed, see Get Started with Marketplace Apps > Verify Installation. Once installed, follow the instructions within the Getting Started After Deployment section to access the application and start using it.

Note
Estimated deployment time: CyberPanel should be fully installed within 10-20 minutes after the Compute Instance has finished provisioning.

Configuration Options

  • Supported distributions: CentOS 8, CentOS 7, Ubuntu 18.04, and Ubuntu 20.04
  • Recommended minimum plan: All plan types and sizes can be used with CyberPanel.

Getting Started after Deployment

Access your CyberPanel App

  1. When the installation completes, log into your Linode via SSH, replacing 192.0.2.0 with your Linode’s IP address, and entering your Linode’s root password when prompted:

     ssh root@192.0.2.0
    
  2. You should see the CyberPanel welcome messsage when logging into the Linode. This will include instructions for accessing CyberPanel, phpMyAdmin, and Rainloop in your web browser. Replace 192.0.2.0 with your Linode’s IP address.

    Welcome to LiteSpeed One-Click CyberPanel Server.
    To keep this server secure, the firewalld is enabled.
    CyberPanel One-Click Quickstart guide:
    * https://docs.litespeedtech.com/cloud/images/cyberpanel/
    
    In a web browser, you can view:
    * CyberPanel: https://192.0.2.0:8090
    * phpMyAdmin: https://192.0.2.0:8090/phpmyadmin
    * Rainloop:   https://192.0.2.0:8090/rainloop
    
    On the server:
    * You can get the CyberPanel admin password with the following command:
    sudo cat /root/.litespeed_password
    * You can get the Mysql cyberpanel user password with the following command:
    sudo cat /root/.db_password
    
    System Status:
    Load : 0.06, 0.53, 0.43
    CPU  : 30.0763%
    RAM  : 355/3936MB (9.02%)
    Disk : 7/79GB (10%)
    
    Your CyberPanel is up to date
    ********************************************************************************
    
    Do you wish to update the system now? This will update the web server as well. [Y/n]?
  3. Obtain your CyberPanel administrator password from the command line.

    cat .litespeed_password
    

    You should see output similar to the following:

    admin_pass=qN1Jo7XKCekN8ZAV

    In the above example, the password is qN1Jo7XKCekN8ZAV.

  4. Visit the CyberPanel administration panel by visiting your Linode’s IP in a web browser on port 8090. For example, if your IP address is 192.0.2.0, you would visit https://192.0.20:8090.

    Note
    CyberPanel uses a self-signed certificate issued by LiteSpeedCommunity. Because it is not signed by a common Certificate Authority, your browser may warn about the security of the connection and require you to add a security exception.
  5. Log in to the administration panel using the username admin and the password you obtained in step three.

  6. You should now see the administration panel.

    Now that you’ve accessed your dashboard, checkout the official CyberPanel documentation to learn how to further configure your instance.

Note
Currently, Linode does not manage software and systems updates for Marketplace Apps. It is up to the user to perform routine maintenance on software deployed in this fashion.

More Information

You may wish to consult the following resources for additional information on this topic. While these are provided in the hope that they will be useful, please note that we cannot vouch for the accuracy or timeliness of externally hosted materials.

This page was originally published on


Your Feedback Is Important

Let us know if this guide made it easy to get the answer you needed.