diff --git a/Installing-Automatic-phpMyAdmin-for-Pterodactyl.md b/Installing-Automatic-phpMyAdmin-for-Pterodactyl.md index b36e873..762b001 100644 --- a/Installing-Automatic-phpMyAdmin-for-Pterodactyl.md +++ b/Installing-Automatic-phpMyAdmin-for-Pterodactyl.md @@ -87,7 +87,11 @@ You can now edit the file `token.php` that you just uploaded, to fit your needs # Configuration Go to your admin part of your Pterodactyl Installation, then in the "Automatic phpMyAdmin" category, click on create a new installation. -Choose a name and a description. Then, for the URL, it needs to be the one of your phpMyAdmin installation. For the cookie name, it needs to be the same as configured in the `token.php` file of your phpMyAdmin installation, same for the `cookie_domain`, the `encryption_key` and the `encryption_iv`. +Choose a name and a description. + +Then, for the URL, it needs to be the one of your phpMyAdmin installation. You need to include the protocol (e.g. `https://phpmyadmin.example.org`)! + +For the cookie name, it needs to be the same as configured in the `token.php` file of your phpMyAdmin installation, same for the `cookie_domain`, the `encryption_key` and the `encryption_iv`. When the selected Database Host is none, this phpMyAdmin installation will be used for every Database Host when clicking on the button to connect to the database. But when there is one selected, it'll be this one that will be used when connecting to a database of this host.