3 – Configure Backups

Before reading this document you must read: Setup MINIO Block Storage Server. Configure MINIO Node. By the time you read this document, I assume that you have already setup MINIO Block Storage Server and Configured it in Cloud Platform. Step 1: Create Backup Plan Backup plans are starting point for your backups to MINIO Block […]

1 – Setup MINIO Block Storage Server

MINIO is an opensource object storage server with AWS S3 compatible APIs. We’ve already implemented AWS S3 and DigitalOcean Spaces Backups. With MINIO you can self host a block storage server for automated backups. Create MINIO Configuration File This guide works on Centos 7.x and Ubuntu 18.xx. We need to create Systemd service for minio […]

How to fix License Expired Redirect

If you have installed CyberPanel Enterprise and you are being redirected to License Expired Page. There are two major reasons for this: Your License has either expired or you have not correctly registered new key. License does not have CyberPanel Enterprise bundle. Licenses with CyberPanel bundle can be purchased from here. You can then change […]

4 – Manage Docker Containers

Before reading this tutorial you must read: Getting Started with CyberPanel Docker Manager. Search/Pull/Download and Manage Docker Images. Create Docker Container. By the time you read this document, I assume that you have at least one container already created and running. Manage Containers On CyberPanel Dashboard click Manage Containers under Docker Manager.   This will […]

3 – Create Docker Container

Before reading this tutorial you must read: Getting Started with CyberPanel Docker Manager. Search/Pull/Download and Manage Docker Images. After installing Docker and pulling your images, you are now ready to create your Docker Container. Docker containers are just running instances of Docker Images. In Dockers own words: A container is a standard unit of software […]

2 – Search/Pull/Download and Manage Docker Images

Before reading this tutorial you must read: Getting Started with CyberPanel Docker Manager. Once Docker is installed, you are ready to search and find images. Manage Images   Once logged into CyberPanel, click Manage Images as highlighted in the image above. It will open the Manage Images window, where you can Search, Pull and Delete […]

1 – Getting Started with CyberPanel Docker Manager

CyberPanel v1.7.8 and above gives you ability to view and manage Docker container/images.  (Make sure you are on version 1.7.8 or above, you can visit upgrade instructions) What is Docker? Docker use containerization technology to make it easy to deploy and run applications. As a developers we use to hear that It works on my […]

View and manage Databases/Table from Cloud Platform

For MySQL optimizations go to: MySQL optimization on CyberPanel CyberPanel v1.7.7 and above gives you ability to view and manage Databases/Table via platform. Register your self on cloud platform if you haven’t already, once registered you need to connect your server from here (Make sure you are on version 1.7.7 or above, you can visit […]

MySQL optimization on CyberPanel

CyberPanel v1.7.7 and above gives you ability optimize and view MySQL status via platform. Register your self on cloud platform if you haven’t already, once registered you need to connect your server from here (Make sure you are on version 1.7.7 or above, you can visit upgrade instructions) MySQL Status Once your server is connected […]

Log files on CyberPanel

CyberPanel Main Log File CyberPanel’s main log file contains errors related to CyberPanel operations. If something goes wrong directly in CyberPanel this file should be checked https://<IP Address>:8090/serverstatus/cyberCPMainLogFile On the server, this file is located at /home/cyberpanel/error-logs.txt Improved and detailed dynamic logging /usr/local/CyberCP/debug Run command touch /usr/local/CyberCP/debug, this will start generating more debug logs. If […]