Installing Cobalt Essentials
- Log in to your Vyper Hosting panel.
- Select your BeamMP server and click Mods.
- Set the dropdown to Server and search for Cobalt Essentials.
- Click Install.
- Restart your server from the Console tab.
CE will generate its default config files in Resources/Server/CobaltEssentials/ on first run.
- Download the latest release ZIP from CE GitHub.
- Extract the downloaded ZIP.
- Upload the
CobaltEssentials/folder toResources/Server/via the Files tab or SFTP. - Restart the server.
CE will generate its default config files in Resources/Server/CobaltEssentials/ on first run.
Verifying the Installation
Section titled “Verifying the Installation”After restart, check the Console tab for:
[Cobalt] CobaltEssentials Initiated[Cobalt] CobaltDB InitiatedIf you see Lua errors instead, confirm the folder structure is correct:
DirectoryResources/
DirectoryServer/
DirectoryCobaltEssentials/
DirectoryCobaltDB/
- commands.json
- config.json
- permissions.json
- playerData.json
- playerPermissions.json
- vehicles.json
Directoryextensions/
- …
Directorylua/
- …
- CobaltDB.lua
- CobaltEssentialsLoader.lua
First-Time Setup
Section titled “First-Time Setup”Set Yourself as Owner
Section titled “Set Yourself as Owner”-
In your panel, go to Files → Resources → Server → CobaltEssentials → CobaltDB.
-
Open
permissions.json. -
Add your BeamMP username to the
ownerarray:{"owner": ["YourBeamMPUsername"],"admin": [],"moderator": [],"whitelisted": []} -
Save and restart the server.
Configure the MOTD
Section titled “Configure the MOTD”Open CobaltDB/config.json and edit the motd field to show a message to players on join:
{ "motd": "Welcome to the server! Type /rules for the rules."}Save the file and restart the server.
Next Steps
Section titled “Next Steps” Commands Full reference for all CE chat and console commands.
Permissions Set up roles and assign your admin team.
Extensions Add extra features to CE like race managers and chat filters.