Giving someone panel access without giving your password

Panel & Files Reviewed September 6, 2026 2 min read

Sooner or later somebody else needs to restart the server while you are out. Sharing your password is the wrong answer to that — subusers exist precisely so you do not have to.

What a subuser is

An invitation to a specific server, sent to an email address, with exactly the permissions you tick. They log in as themselves, their actions are attributed to them, and you can remove them in one click without changing anything of your own.

Permission groups, from safest to most dangerous

GroupLets themGive it to
ConsoleSee output, send commands, restartAnyone helping you moderate
FileRead, edit, upload, delete filesPeople you trust with the world
BackupCreate and download backupsCo-owners
DatabaseCreate and delete databasesWhoever set up your plugins
StartupChange version, jar, flagsNobody who does not need it
SettingsRename, reinstallEffectively co-ownership
File delete and reinstall are not recoverable by them

A subuser with file permissions can delete a world, and a subuser with settings permissions can reinstall the server. Both are permanent. Give those two only to people you would trust with the account itself.

Console-only is the right default

«Restart it if it goes down and tell me what the console said» covers nearly every reason someone asks for access. It is also the permission set that cannot lose you anything.

Adding one

  1. Users → Create Subuser

    You need their email address, not their username.

  2. Tick only what they need today

    Adding a permission later takes ten seconds. Removing one after something is deleted takes considerably longer.

  3. Tell them what you gave them

    Half of «it doesn't let me» is a person trying to use a permission you deliberately withheld.

How to confirm it worked

They log in with their own account, see the server, and can do the things you granted and nothing else.