{{-- 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 }}: Startup @endsection @section('content-header')

{{ $server->name }}Control startup command as well as variables.

@endsection @section('content') @include('admin.servers.partials.navigation')

Startup Command Modification

Edit your server's startup command here. The following variables are available by default: @{{SERVER_MEMORY}}, @{{SERVER_IP}}, and @{{SERVER_PORT}}.

Service Configuration

Changing any of the below values will result in the server processing a re-install command. The server will be stopped and will then proceed. If you are changing the pack, existing data may be overwritten. If you would like the service scripts to not run, ensure the box is checked at the bottom.

This is a destructive operation in many cases. This server will be stopped immediately in order for this action to proceed.

Select the Nest that this server will be grouped into.

Select the Egg that will provide processing data for this server.

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

skip_scripts) checked @endif />

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 Container Configuration

The Docker image to use for this server. The default image for the selected egg is .

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