{% extends ../base.html %} {% block meta %} {% end %} {% block title %}Crafty Controller - Server Details{% end %} {% block content %}
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 pathsCAN
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