An Object which contains all the information for the admin page.
theme: SoftUI({ admin: { pterodactyl: { enabled: Boolean, apiKey: String, panelLink: String, serverUUIDs: String[], }, }, });
theme: SoftUI({ admin: { pterodactyl: { enabled: false, apiKey: "myPterodactylApiKey", panelLink: "https://panel.example.com", serverUUIDs: ["server-uuid-1", "server-uuid-2"], }, }, });
Hide properties
Indicate if the pterodactyl section should be enabled
The API key for the pterodactyl panel
Link to your pterodactyl panel
UUIDs of the servers you wish to control
Was this page helpful?