Deploying CyberPanel through the Linode Marketplace
Traducciones al EspañolEstamos traduciendo nuestros guías y tutoriales al Español. Es posible que usted esté viendo una traducción generada automáticamente. Estamos trabajando con traductores profesionales para verificar las traducciones de nuestro sitio web. Este proyecto es un trabajo en curso.
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 the CyberPanel Marketplace App
The Linode Marketplace allows you to easily deploy software on a Linode using the Linode Cloud Manager.
Log in to the Cloud Manager and select the Marketplace link from the left navigation menu. This displays the Linode Compute Create page with the Marketplace tab pre-selected.
Under the Select App section, select the app you would like to deploy.
Fill out all required Options for the selected app as well as any desired Advanced Options (which are optional). See the Configuration Options section for details.
Complete the rest of the form as discussed within the Getting Started > Create a Linode.
Click the Create Linode button. Once the Linode has provisioned and has fully powered on, wait for the software installation to complete. If the Linode is powered off or restarted before this time, the software installation will likely fail. To determine if the installation has completed, open the Linode’s Lish console and wait for the system login prompt to appear.
Follow the instructions within the Getting Started After Deployment section.
Software installation should complete within 10-20 minutes after the Linode has finished provisioning.
Configuration Options
For advice on filling out the remaining options on the Create a Linode form, see Getting Started > Create a Linode. That said, some options may be limited or recommended based on this Marketplace App:
- 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
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
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]?
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
.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 visithttps://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.Log in to the administration panel using the username
admin
and the password you obtained in step three.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.
NoteCurrently, 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