LinuxCommandLibrary

mcli

minecraft server management CLI

TLDR

List servers

$ mcli server list
copy
Show server info
$ mcli server info [server]
copy
Start server
$ mcli server start [server]
copy
Stop server
$ mcli server stop [server]
copy
Create backup
$ mcli backup create [server]
copy
View logs
$ mcli log [server]
copy

SYNOPSIS

mcli command [options]

DESCRIPTION

mcli is a Minecraft server management CLI. It manages multiple Minecraft server instances.
The tool handles starting, stopping, backups, and configuration of game servers.

PARAMETERS

COMMAND

Operation to perform.
server
Server management.
backup
Backup operations.
log
View logs.
config
Configuration.
--help
Display help information.

CAVEATS

Minecraft specific. Java required. Server resources needed.

HISTORY

mcli provides command-line management for Minecraft server instances and their operations.

SEE ALSO

java(1), screen(1), tmux(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community