mcenv is a Docker-like environment tool for Minecraft servers.\
Define your entire server in one config file — mods, plugins,
server.properties, configs — and reproduce it anywhere with one command
Download the correct version for your OS:
Features
- Supports Vanilla, Paper, Fabric, Forge, NeoForge, Quilt
- Automatically downloads mods from Modrinth
- Manages all plugin/mod config files
- Lockfile system — same config = identical server every time
- Exports existing servers to a config file
- Generates Dockerfile + docker-compose.yml
- Offline mode using local cache
Installation
https://github.com/meloncatting/mcenv/releases/latest
Basic usage
Code (Text):
# Export your existing server
mcenv init ./my-server -o ./my-config
# Reproduce it anywhere
mcenv install
# Share with others — zip the config folder, no jars
zip -r my-server.zip my-config/