lazymc/docs/usage-windows.md

891 B

Usage on Windows

Make sure you meet all requirements.

Download the lazymc-*-windows.exe Windows executable for your system from the latest release page.

Place the binary in your Minecraft server directory, and rename it to lazymc.exe.

Open a terminal, go to the server directory, and make sure you can execute it:

lazymc --help

When lazymc is ready, set up the configuration and start it up:

# In your Minecraft server directory:

# Generate lazymc configuration
lazymc config generate

# Edit configuration
# Set the correct server address, directory and start command
notepad lazymc.toml

# Start lazymc
lazymc start

Everything should now be running. Connect with your Minecraft client to wake your server up!