{{-- 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') {{ $node->name }}: Configuration @endsection @section('content-header')

{{ $node->name }}Your daemon configuration file.

@endsection @section('content')

Configuration File

{{ $node->getConfigurationAsJson(true) }}

Auto-Deploy

To simplify the configuration of nodes it is possible to fetch the config from the panel. A token is required for this process. The button below will generate a token and provide you with the commands necessary for automatic configuration of the node. Tokens are only valid for 5 minutes.

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