Pilotron is your artificial intelligence assistant in the cdmon control panel. With this tool, you can manage and obtain information about your databases quickly and easily, without needing to manually navigate through the control panel.
In this guide, we explain the new actions you can perform to manage your databases with Pilotron.
How to access Pilotron?
Accessing Pilotron is very easy. Just follow these steps:
Log in to your cdmon control panel.
In the bottom-right corner of the screen, you will see the Pilotron button. Click on it.
An interactive chat window will open where you can start interacting with the assistant.
What actions can you perform with Pilotron?
Currently, Pilotron allows you to perform the following actions related to the management of your databases:
1. Check the status of the phpMyAdmin service
With Pilotron you can check whether the phpMyAdmin service is active or not.
In the chat, type something like "Is phpMyAdmin active on [hosting name]". Pilotron will indicate the current status of the phpMyAdmin service on that hosting.
2. Enable/disable the phpMyAdmin service
You can quickly enable or disable the phpMyAdmin service with Pilotron.
In the chat, type something like "Enable the phpMyAdmin service on [hosting name]" or "Disable the phpMyAdmin service on [hosting name]". Pilotron will guide you to enable or disable the service as needed.
3. List databases
You can request a list of all databases associated with your account from Pilotron.
In the chat, type something like "What databases do I have?" or "List the databases of hosting [hosting name]". Pilotron will return a list of the available databases.
You can create a new database directly from Pilotron.
In the chat, type something like "I want to create a database" or "Create a database in [hosting name]" . Pilotron will guide you step by step to configure and create the new database.
You can delete a database easily.
In the chat, type something like "Delete a database" or "Delete the database [database name]". Pilotron will confirm the deletion of the database.
You can run an SQL script directly from Pilotron. Generally, this option is used to import .sql files (database backups) stored in the /backup_db/ folder of your hosting into the selected database.
In the chat, type something like "I want to run a script" or "Import SQL file into [hosting name]". Pilotron will guide you to select the file and the database where the script will be executed.
You can access phpMyAdmin directly from Pilotron.
In the chat, type something like "I want to go to phpMyAdmin". Pilotron will provide a link so you can access phpMyAdmin directly from your panel. You can see the
phpMyAdmin access credentials from the same control panel.