A tour of the panel: what each tab is for

Panel & Files Reviewed September 6, 2026 2 min read

The panel is where you do everything that is not done from inside the game. Knowing which tab owns which job is most of the learning curve, and it is shorter than it looks.

The tabs and what lives in them

TabWhat it is for
ConsoleStart, stop and restart. Live output. Typing server commands without being in game.
FilesBrowsing, editing, uploading and deleting. The same files SFTP sees.
DatabasesCreating a MySQL database and getting the credentials a plugin needs.
SchedulesThings that should happen on a timer — nightly restarts, periodic saves.
UsersGiving someone else access without handing over your account.
BackupsPoint-in-time copies you can restore or download.
NetworkThe address and port your service is listening on.
StartupWhich file runs, which version, and the variables passed to it.
SettingsSFTP details, reinstall, and renaming the server.
ActivityWho did what, and when. The audit trail for the account.
SplitterRunning more than one instance from the memory of one plan.
ModsBrowsing and installing mods for Fabric and Forge servers.
PluginsThe same, for Paper and Spigot plugins, without leaving the panel.
VersionsChanging the Minecraft version or the server software.

The two numbers worth watching

The resource graphs above the console show memory and CPU as they happen. Memory near its ceiling explains crashes; CPU pinned at one core's worth explains lag. Almost every performance conversation starts by looking at those two.

The console is the first place to look, always

Whatever is wrong, the server has usually already said so. Reading the last thirty lines before asking anyone anything answers a surprising share of questions, and makes the rest much faster to answer.

Stop is not the same as Kill

Stop asks the server to shut down properly, saving the world on its way out. Kill ends the process immediately, and anything unsaved is gone. Kill is for a server that has stopped responding, not for a server that is taking twenty seconds.