@extends('layouts.admin') @section('title') Server List @endsection @section('content')
@foreach (Alert::getMessages() as $type => $messages) @foreach ($messages as $message) @endforeach @endforeach

Create New Server


Character limits: a-zA-Z0-9_- and [Space] (max 35 characters)

The location in which this server will be deployed.

MB
MB
%
I/O

If you do not want to limit CPU usage set the value to 0. To determine a value, take the number physical cores and multiply it by 100. For example, on a quad core system (4 * 100 = 400) there is 400% available. To limit a server to using half of a single core, you would set the value to 50. To allow a server to use up to two physical cores, set the value to 200. BlockIO should be a value between 10 and 1000. Please see this documentation for more information about it.

Select the type of service that this server will be running.

If you would like to use a custom docker image for this server please enter it here. Most users can ignore this option.

Service Environment Variables


Some service options have additional environment variables that you can define for a given instance. They will show up below when you select a service option. If none show up, chances are that none were defined, and there is nothing to worry about.
{!! csrf_field() !!}
@endsection