Favicon of Crafty 4

Crafty 4

Take full control of your Minecraft servers through a secure, self-hosted web interface. Easily manage players, run commands, edit files, and create backups.

Take command of your gaming experience with a free, open-source Minecraft launcher and manager designed for simplicity. This self-hosted web server allows you to administer multiple Minecraft servers directly from your browser. Built with security in mind, it utilizes industry-standard Argon2 password hashing and an SSL-secured webserver, ensuring your local data remains private and protected from third-party cloud services.

Enjoy a feature-rich panel that makes managing large numbers of servers intuitive. Key capabilities include:

  • Comprehensive Server Management: Create and run servers across different versions, change settings, and execute commands.
  • Built-in File Manager: View, edit, and organize server files directly within the web interface.
  • Player Administration: Manage active players and control staff permissions effectively.
  • Automated Backups: Keep your worlds safe with reliable backup creation tools.
  • Cross-Platform Compatibility: Install seamlessly on Windows, Linux, Mac, or CasaOS.

With quick deployment scripts and an active support community, maintaining your gaming servers is highly accessible.

Directory Structure

crafty-4
backups
config
import
logs
servers
.env
docker-compose.yml

docker-compose.yml

services:
  crafty:
    container_name: crafty_container
    image: arcadiatechnology/crafty-4:latest
    restart: always
    environment:
      TZ: Etc/UTC
    ports:
      - "8000:8000" # HTTP Web UI
      - "8443:8443" # HTTPS Web UI
      - "8123:8123" # Dynmap
      - "19132:19132/udp" # Bedrock Default Port
      - "25500-25600:25500-25600" # Minecraft Server Port Range
    volumes:
      - ./backups:/crafty/backups
      - ./logs:/crafty/logs
      - ./servers:/crafty/servers
      - ./config:/crafty/app/config
      - ./import:/crafty/import

.env

# No sensitive credentials are required for the initial setup.
# Admin credentials will be generated and displayed in the container logs upon first startup.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Crafty 4

Favicon

 

  
  
Favicon

 

  
  
Favicon