{{-- 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).

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.

This token should not be shared with anyone as it has full control over this server.

Resetting this token will cause any requests using the old token to fail.

Container Setup

The docker image to use for this server. The default image for this service and option combination is {{ $server->egg->docker_image }}.

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