Pterodactyl PHP SDK
  • Documentation
  • Basics
    • Installation
    • SDK initialization
  • API - Application
    • Users
    • Nodes
    • Nodes -> Allocations
    • Locations
    • Servers
    • Servers -> Databases
    • Nests
  • API - Client
    • Basic functions
    • Account
    • Server
    • Server -> Databases
    • Server -> File Manager
    • Server -> Schedules
    • Server -> Network (allocations)
    • Server -> Users
    • Server -> Backups
    • Server -> Startup
    • Server -> Settings
Powered by GitBook
On this page
  • Rename server
  • Reinstall server
  1. API - Client

Server -> Settings

$client->client->server->settings

Rename server

$client->client->server->settings->rename(string $serverIdentifier, string $name);

Reinstall server

$client->client->server->settings->reinstall(string $serverIdentifier);

PreviousServer -> Startup

Last updated 3 years ago