{% extends ../base.html %} {% block meta %} {% end %} {% block title %}Crafty Controller - Server Details{% end %} {% block content %}
{% include "parts/details_stats.html %}
{% raw xsrf_form_html() %}

Server Config Area

Here is where you can change the configuration of your server

It is recommended to NOT change the paths of a server managed by Crafty. Changing paths CAN break things, especially on Linux type operating systems where file permissions are more locked down.

If you feel you have to change a where a server is located you may do so as long as you give the "Crafty" user permission to read / write to the server path.

On Linux this is best done by executing the following:
sudo chown crafty:crafty /path/to/your/server -R
sudo chmod 2775 /path/to/your/server -R

{% if data['server_stats'][0]['running'] %} Delete Server
Please stop the server before deleting it {% else %} Delete Server {% end %}
{% end %} {% block js %} {% end %}