@extends('layouts.admin') @section('title') Managing Server: {{ $server->name }} ({{ $server->uuidShort}}) @endsection @section('content')
UUID | {{ $server->uuid }} |
Owner | {{ $server->a_ownerEmail }} |
Location | {{ $server->a_locationName }} |
Node | {{ $server->a_nodeName }} |
Service | {{ $server->a_serviceName }} :: {{ $server->a_servceOptionName }} |
Name | {{ $server->name }} |
Memory | {{ $server->memory }}MB (Swap: {{ $server->swap }}MB) (OOM Killer: {{ ($server->oom_disabled === 0) ? 'enabled' : 'disabled' }}) |
Disk Space | {{ $server->disk }}MB (Enforced: no) |
Block IO Weight | {{ $server->io }} |
CPU Limit | {{ $server->cpu }}% |
Default Connection | {{ $server->ip }}:{{ $server->port }} |
Installed | {{ ($server->installed === 1) ? 'Yes' : 'No' }} |
This will trigger a rebuild of the server container when it next starts up. This is useful if you modified the server configuration file manually, or something just didn't work out correctly. Please be aware: if you manually updated the server's configuration file, you will need to restart the daemon before doing this, or it will be overwritten.