{{-- 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') New Server @endsection @section('content-header')

Create ServerAdd a new server to the panel.

@endsection @section('content')

Core Details

Character limits: a-z A-Z 0-9 _ - . and [Space] (max 200 characters).

A brief description of this server.

Allocation Management

The node which this server will be deployed to.

The main allocation that will be assigned to this server.

Additional allocations to assign to this server on creation.

Resource Management

MB
MB
MB
%
I/O

Nest Configuration

Select the Nest that this server will be grouped under.

Select the Egg that will define how this server should operate.

Select a data pack to be automatically installed on this server when first created.

If the selected Egg has an install script attached to it, the script will run during install after the pack is installed. If you would like to skip this step, check this box.

Docker Configuration

This is the default Docker image that will be used to run this server.

Startup Configuration

The following data replacers are avaliable for the startup command: @{{SERVER_MEMORY}}, @{{SERVER_IP}}, and @{{SERVER_PORT}}. They will be replaced with the allocated memory, server ip, and server port respectively.

Service Variables

@endsection @section('footer-scripts') @parent {!! Theme::js('vendor/lodash/lodash.js') !!} {!! Theme::js('js/admin/new-server.js') !!} @endsection