How to Add an Admin to Your BeamMP Server
BeamMP does not have a built-in admin system by default. Admins are managed via server-side Lua plugins.
Install an Admin Plugin
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Download a plugin
Download an admin plugin from the BeamMP forum or a trusted source.Upload the plugin
Upload the plugin to the following directory on your server:/Resources/Server//Resources/Server/Configure the plugin
Open the plugin's configuration file and add the desired admins. The exact steps depend on the plugin you are using.Start the server
Save all changes and start your server.
Important
Only use plugins from trusted sources. Check the code or reviews before installing a plugin.
Note
Since there is no standardized admin system, the available commands and permissions vary depending on the plugin used. Refer to the documentation of your chosen plugin for further details.