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

New PackCreate a new pack on the system.

@endsection @section('content')

Pack Details

A short but descriptive name of what this pack is. For example, Counter Strike: Source if it is a Counter Strike package.

The version of this package, or the version of the files contained within the package.

The option that this pack is assocaited with. Only servers that are assigned this option will be able to access this pack.

Pack Configuration

Check this box if user should be able to select this pack to install on their servers.

Check this box if this pack is visible in the dropdown menu. If this pack is assigned to a server it will be visible regardless of this setting.

Check this box if servers assigned this pack should not be able to switch to a different pack.


This package file must be a .tar.gz archive of pack files to be decompressed into the server folder.

If your file is larger than 50MB it is recommended to upload it using SFTP. Once you have added this pack to the system, a path will be provided where you should upload the file.

This server is currently configured with the following limits:
upload_max_filesize={{ ini_get('upload_max_filesize') }}
post_max_size={{ ini_get('post_max_size') }}

If your file is larger than either of those values this request will fail.

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