cPanel

cPanel is an online Linux-based control panel that simplifies website and server management.

cPanel allows you to publish websites, manage domains, organize web files, create email accounts, and more.

www.cpanel.net

image 39 - PHPMyAdmin doesn't show all databases in cPanel

PHPMyAdmin doesn’t show all databases in cPanel

New databases that are created in cPanel are not visible in PHPMyAdmin, but if you assign a user to it and access it as that user, then you can use it. The first thing to check is if the database is visible via CMD: mysql -uCPANEL_USERNAME -p If the...

lastlogin cpanel plugin example - How to create a cPanel plugin

How to create a cPanel plugin

You don’t need to be a system administrator or a cPanel expert to create your own cPanel plugin. Anyone who can write PHP code should have no trouble building a plugin. Within a day, I have created my first plugin: LastLogin – which...

error phpmyadmin cpanl - PHPMyAdmin Access denied for user X @ localhost

PHPMyAdmin Access denied for user X @ localhost

When you can’t log in to PHPMyAdmin from within cPanel it’s mainly one of two reasons: When you reset the password for that user, MySQL password wasn’t changeduser has a custom .my.cnf file with defined logins for mysql Step 1...

chrome Etcm9oDiSv - Move email accounts from one cPanel account to another

Move email accounts from one cPanel account to another

Moving email accounts along with all emails from one cPanel to another can be done in two ways: IMAPSync – you need access to a terminal and passwords for email accountsFTP (File Manager) – you need access to FTP or cPanel File Manager...

cpanel git tutorial - Complete guide to Git Version Control in cPanel

Complete guide to Git Version Control in cPanel

On cPanel Git can be used in two ways: clone a remote repository (e.g. from GitHub) to cPanelcreate a repository on cPanel and use it in a remote location (e.g. your pc) Here I will cover both ways and highlight some important steps that are not...