{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} @extends('layouts.admin') @section('title') Server — {{ $server->name }}: Details @endsection @section('content-header')

{{ $server->name }}Edit details for this server including owner and container.

@endsection @section('content')

Base Information

Character limits: a-zA-Z0-9_- and [Space] (max 35 characters).

Leave empty to not assign an external identifier for this server. The external ID should be unique to this server and not be in use by any other servers.

You can change the owner of this server by changing this field to an email matching another use on this system. If you do this a new daemon security token will be generated automatically.

A brief description of this server.

@endsection @section('footer-scripts') @parent @endsection