CyberPanel Features – Knowledge Base https://cyberpanel.net/KnowledgeBase Sat, 30 Dec 2023 11:37:08 +0000 en-US hourly 1 https://wordpress.org/?v=6.5 https://cyberpanel.net/KnowledgeBase/wp-content/uploads/2024/01/cyberpanel-logo-icon_only-150x150.png CyberPanel Features – Knowledge Base https://cyberpanel.net/KnowledgeBase 32 32 Install Redis in CyberPanel https://cyberpanel.net/KnowledgeBase/home/install-redis-in-cyberpanel/ Wed, 27 Dec 2023 20:17:51 +0000 https://cyberpanel.net/KnowledgeBase/?post_type=epkb_post_type_1&p=1499 Redis is an open-source, in-memory data structure store that serves as a high-performance and versatile database, cache, and message broker. Developed in C language, Redis is designed for optimal speed and efficiency, offering a key-value store where data is stored in memory for fast access.

One of its key features is its ability to persist data to disk, ensuring durability while maintaining rapid in-memory operations. Redis supports various data structures, such as strings, hashes, lists, sets, and more, making it a powerful tool for a wide range of use cases, including real-time analytics, caching, session storage, and queuing systems.

In this tutorial, we learn how to install Redis in CyberPanel.

Step 1: Log in to the CyberPanel dashboard

Step 2: Scroll down on the Left side menu Click on Manage Services. After Clicking on Manage Services-> Applications

You can see here the Redis

Step 3: If you want to install Redis on your server Click on the Install button.

 Now you can see Redis is installed on your server. 

]]>
Install Elasticsearch in CyberPanel https://cyberpanel.net/KnowledgeBase/home/install-elasticsearch-in-cyberpanel/ Wed, 27 Dec 2023 20:13:52 +0000 https://cyberpanel.net/KnowledgeBase/?post_type=epkb_post_type_1&p=1496 Elasticsearch is a powerful, open-source search and analytics engine built on Apache Lucene. Widely utilized for its speed and scalability, Elasticsearch is designed to handle large volumes of data and execute complex searches in real-time. It serves as a robust solution for various applications, including full-text search, log data analysis, and business intelligence.

Elasticsearch’s distributed architecture allows seamless scalability across multiple nodes, ensuring high availability and fault tolerance. Its flexibility, support for structured and unstructured data, and powerful query language make it an ideal choice for businesses seeking efficient data indexing, searching, and analysis capabilities. The active open-source community ensures continuous development, making Elasticsearch a reliable and widely adopted tool in the field of data management and analytics.

In this tutorial, we learn how to install Elasticsearch in CyberPanel.

Step 1: Log in to the CyberPanel dashboard

Step 2: Scroll down on the Left side menu, Click on Manage Services. After Clicking on Manage Services-> Applications

You can see here the Elasticsearch

Step 3: If you want to install Elasticsearch on your server, Click on the Install button.

 Now you can see that Elasticsearch is installed on your server. 

]]>
Change Theme/Design CyberPanel https://cyberpanel.net/KnowledgeBase/home/change-theme-design-cyberpanel-2/ Sat, 02 Dec 2023 11:00:49 +0000 https://cyberpanel.net/KnowledgeBase/?post_type=epkb_post_type_1&p=492 CyberPanel offers the flexibility to customize the design and themes of your panel according to your preferences. There is a wide range of community-driven themes available within CyberPanel.

Step 1: Change Theme

In the OVERVIEW section go to DESIGN
You will see a list of available Themes.

Choose a theme from the provided list. Beneath it, you will find the CSS properties (code). You also have the option to make modifications to the code as desired.

Afterward, click on ‘Save Changes.’ Upon doing so, you will notice a complete transformation of your panel’s appearance.

Step 2: Add Custom Theme

You can also add your custom theme to apply on the cyberpanel to view different looks.

  • Go to CyberPanel -> Design
  • Paste the contents of css to the text area.
  • Save Changes.

The property will be applied on the dashboard.

]]>
CyberPanel API Access https://cyberpanel.net/KnowledgeBase/home/cyberpanel-api-access-2/ Sat, 02 Dec 2023 10:59:13 +0000 https://cyberpanel.net/KnowledgeBase/?post_type=epkb_post_type_1&p=527 In this article, we are going to describe how to enable API access in Cyberpanel. Like cPanel, you can also access CyberPanel using API access.

Access CyberPanel:

  1. Login to your CyberPanel using your server IP with port 8090. Provide admin credentials and login to enable API access.

Enable API Access in CyberPanel for any user:

  1. To activate API access for CyberPanel users, you have to go to User->API Access in the left menu.

2. Select any user for which you want to enable this access, and also select Enable from the below option.

Press the button Save Changes and all done

]]>
Auto import cPanel sites to CyberPanel https://cyberpanel.net/KnowledgeBase/home/auto-import-cpanel-sites-to-cyberpanel/ Fri, 24 Nov 2023 16:57:12 +0000 https://cyberpanel.net/KnowledgeBase/?epkb_post_type_1=auto-import-cpanel-sites-to-cyberpanel v1.8.5 and aboves provides you with utility to automatically import cPanel accounts to CyberPanel. To use this feature you need to download/upload backups to your server in any location such as /home/backup.

Once backups are downloaded execute this command to restore them:

/usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/cPanelImporter.py --path /path/to/files

This is not the path of a certain backup file, it is a path of folder which contain cPanel .tar.gz files. All cPanel backups files will be restored found in the given path.


Debugging restore issues

When you start the restore action, first thing it will do is output the log file. Now if something goes wrong you can use that file to see what have gone wrong.

cat /log/file | grep Failed

Then you can share your results with us on CyberPanel forums.

]]>
Manage Services https://cyberpanel.net/KnowledgeBase/home/manage-services/ Fri, 24 Nov 2023 16:57:09 +0000 https://cyberpanel.net/KnowledgeBase/?epkb_post_type_1=manage-services Update on 3rd July: Disabled servers will be no more visible on CyberPanel interface, more details below.

v1.7.1 onwards you can enable/disable certain services. You can not disable OpenLiteSpeed and MySQL because they are core services of CyberPanel.

Once you disable a certain service, it will not be started on system restart and you will not be able to manage them via CyberPanel interface.


Disable DNS Service

To disable DNS Service go to:

https://<IP Address>:8090/manageservices/managePowerDNS

Please note that once you disable the DNS services, DNS menu will go away from sidebar.


Disable Email Service

To disable Email Service go to:

https://<IP Address>:8090/manageservices/managePostfix

Please note that once you disable the Email services, Email menu will go away from sidebar. You will also not able to use Email Marketing and other mail related services.


Disable FTP Service

To disable FTP Service go to:

https://<IP Address>:8090/manageservices/managePureFtpd

Once disabled FTP menu will be removed from sidebar, FTP entries will also be removed from Website and Domain launcher.

 

]]>