Uninstall Guide
We're sorry to see you go! 😭
If you've decided to uninstall Crafty, we'll guide you through the process.
Follow the steps below to remove Crafty from your system:
Crafty Service File
If you chose to add a service file during the installation, run the following commands to remove the Crafty service:
Uninstallation Steps
-
Ensure Crafty is not running: Before uninstalling, make sure that Crafty is not running. Stop any running instances or services related to Crafty.
-
Backup all servers: It's recommended to create backups of all your Crafty servers before proceeding with the uninstallation. This will ensure that you have a copy of your server data in case you need it in the future.
-
sudo rm -rf /var/opt/minecraft
: Remove the Crafty server data directory located at/var/opt/minecraft
. This will delete all server files and configurations associated with Crafty. -
sudo deluser crafty
: Delete the Crafty user account. This will remove the user created for Crafty during installation.
By following these steps, you have successfully uninstall Crafty from your system.
Uninstallation Steps
-
Stop and remove the containers: First, stop and remove the Crafty container running on your Docker host. Open a terminal or command prompt,
-
Remove the Crafty container volume: Crafty will have created a Docker volume to store persistent system data.
-
Remove Crafty files: Delete the Crafty application files from your system.
⚠️ Don't do this if you wish to retain your server files ⚠️
The path will vairy depending on where you randocker run
or where thedocker-compose.yml
file is. -
Remove Docker images: If you no longer need the Crafty Docker image, you can remove it by running the following command:
By following these steps, you can successfully remove the Crafty application and associated Docker resources from your system.
As the installation on Windows systems is portable there is not much to it:
Uninstallation Steps
- Ensure crafty is not running,
- Backup your server files,
- Remove the directory that contains
crafty.exe
By following these steps, you have successfully uninstall Crafty from your system.
As there is not much to the installation on MacOS systems, there is not much to it:
Uninstallation Steps
- Ensure crafty is not running,
- Backup your server files,
rm -rf /var/opt/minecraft
This will remove all crafty related files.
If you wish to remove the install dependencies like Brew, it is very similar to the way it is installed.
By following these steps, you have successfully uninstall Crafty from your system.
If you have any questions or encounter any issues, please refer to this documentation or reach out to our support team for further assistance.
Thank you for using Crafty, and we appreciate your time with our platform! 💖