Skip to content

Command

OPanel has registered the /opanel command in the game, and the command format is as follows:

/opanel [about|status|start|stop]

/opanel about

Enter this command to print the about information of OPanel, including the OPanel version, official website, source repository, and so on.

===========================================
 OPanel - A Minecraft server management panel

Version: 2.1.3
Author: NriotHrreion
Website: https://opanel.cn
Source Code: https://github.com/opanel-mc/opanel
License: GPL-3.0
===========================================

/opanel status

Enter this command to print the current status of OPanel.

OPanel Status
Version: 2.1.3
Status: Running
Port: 3000
Javalin Version: 11.0.15

/opanel restart-server

Enter this command to restart the server using the server launch command configured in OPanel.

/opanel start

This command is used to launch the OPanel web panel.

INFO

The web panel will start automatically when the server starts, so there is no need to manually enter this command.

/opanel stop

This command is used to close the OPanel web panel.

Released under the GPL-3.0 License