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

New ServiceConfigure a new service to deploy to all nodes.

@endsection @section('content')

New Service

This should be a descriptive category name that emcompasses all of the options within the service.

Service are downloaded by the daemon and stored in a folder using this name. The storage location is /srv/daemon/services/{NAME} by default.

The default start command to use when running options under this service. This command can be modified per-option and should include the executable to be called in the container.

@endsection