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

{{ $server->name }}Control allocations and system resources for this server.

@endsection @section('content')

System Resources

MB

The maximum amount of memory allowed for this container. Setting this to 0 will allow unlimited memory in a container.

MB

Setting this to 0 will disable swap space on this server. Setting to -1 will allow unlimited swap.

%

Each physical core on the system is considered to be 100%. Setting this value to 0 will allow a server to use CPU time without restrictions.

Changing this value can have negative effects on all containers on the system. We strongly recommend leaving this value as 500.

MB

This server will not be allowed to boot if it is using more than this amount of space. If a server goes over this limit while running it will be safely stopped and locked until enough space is available.

Application Feature Limits

The total number of databases a user is allowed to create for this server. Leave blank to allow unlimited.

This feature is not currently implemented. The total number of allocations a user is allowed to create for this server. Leave blank to allow unlimited.

Allocation Management

The default connection address that will be used for this game server.

Please note that due to software limitations you cannot assign identical ports on different IPs to the same server.

Simply select which ports you would like to remove from the list above. If you want to assign a port on a different IP that is already in use you can select it from the left and delete it here.

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