This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Getting Started
Ferks edited this page Mar 6, 2022
·
1 revision
- After you have used the script to successfully install the panel, you will need to navigate to the panel configuration page to complete the process, the most important part of the configuration process, is the pterodactyl API that is needed for this panel to function correctly.
You will need to enter the
URL
of the pterodactyl panel, and anAPI
key. - Below is an example of the
API
key, to be created.
- It is important that you set all Read and Write permissions for this key, otherwise something may fail in the panel.
- Pay attention at times when you are prompted for an
URL
, by default the panel asks you to useHTTPS
as an example, if you have not set up an SSL certificate for your domain and try to useHTTPS
in anyURL
, you may have problems. So if you are using a localIP
or a domain without anSSL
certificate, consider using something like this:http://your-ip-or-domain
. - If the
URL
and theAPI
key are correct, the panel will be able to automatically load your admin user from the pterodactyl panel.