Skip to content
On this page

ServerUUIDs

Parent: pterodactyl

An Array which is the UUID for every server you wish to control.

Example Usage

js
theme: SoftUI({
    admin: {
        pterodactyl: {
            serverUUIDs: ["server-uuid-1", "server-uuid-2"]
        }
    }
})

Types

Released under the MIT License.