The Admin Menu crafted by OK1ez and our dedicated team is user-friendly and intuitive. We invite you to contribute by submitting new features through PRs. We're always eager to review and consider new features. Make sure you use our template when opening Issues or they will be auto closed.
Made by Avilchiis for the community, you can download it here. WE DO NOT PROVIDE SUPPORT FOR ESX VERSION, DO NOT ASK YOU'LL BE IGNORED.
- Place this
setr ox:locale eninside yourserver.cfg - Change the
ento your desired language!
Supported Languages:
| Alias | Language Names |
|---|---|
| en | English |
| fr | French |
| id | Indonesia |
| pt-br | Brazilian Portuguese |
| tr | Turkish |
| es | Spanish |
| nl | Dutch |
| no | Norwegian |
| de | German |
- Admin Car
- Ban Player
- Bring Player
- Change Plate
- Checking number plates before
Change Plate - Change Time
- Change Weather
- Check Permissions
- Clear Inventory
- Clear Inventory Offline
- Clothing Menu
- Copy Coordinates
- Delete Vehicle
- Delete Laser
- Explode Player
- Fix Vehicle
- Freeze Player
- Give Clothing Menu
- Give Item
- Give Item to All
- Give Money
- Give Money to All
- Give Vehicle to Player
- Give NUI Focus
- God Mode
- Invisible
- Infinite Ammo
- Kick Player
- Kill Player
- Make Player Drunk
- Message Player
- Mute Player
- Max Vehicle Mods
- No Clip
- Open Inventory
- Open Stash
- Open Trunk
- Play Sound
- Refuel Vehicle
- Remove Money
- Remove Stress
- Revive All
- Revive Player
- Revive Radius
- Set Bucket
- Server Announcement
- Set Ammo
- Set Vehicle State in Garage (In & Out)
- Set Gang
- Set Job
- Set on Fire
- Set Permissions
- Set Player Ped
- Sit in Vehicle
- Spawn Vehicle
- Spectate Player
- Teleport Back
- Teleport to Coordinates
- Teleport to Marker
- Teleport to player
- Toggle Blackout
- Toggle Blips
- Toggle Coords
- Toggle Cuffs
- Toggle Delete Laser
- Toggle Duty
- Toggle Names
- Vehicle Dev Menu
- Warn player
- Download the latest release.
- Add the files to your server resources.
- Ensure
ps-adminmenuin your server cfg. Make sure ox_lib starts before ps-adminmenu. - Set the config in
shared/config.luato your needs.
A community video has been made for setup instructions and showcase, you can find it here
Make sure you've correctly configured player permissions in your server.cfg by using ACE permissions with the appropriate identifier. Otherwise, you'll be unable to access or launch the admin menu. Here's a sample configuration where the player, MonkeyWhisper, is assigned god, admin, and mod roles, you should not have all 3 permissions for a single person. For a deeper understanding of how QBCore manages permissions, refer to this documentation.
add_principal identifier.fivem:565139 qbcore.god # MonkeyWhisper
add_principal identifier.fivem:565139 qbcore.admin # MonkeyWhisper
add_principal identifier.fivem:565139 qbcore.mod # MonkeyWhisper
- Set up a Discord Webhook for the channel you want the logs to be.
- Add this to
qb-smallresource/server/logs.lua-['ps-adminmenu'] = 'discord webhook' - Replace the place holder with your webhook link.
- Rework the blips/names
///////////////////////////////// como adicionar imagens de veículos addon no seu ps-admin no seu servidor:
🚗 Como adicionar imagens de veículos addon no servidor (passo a passo para iniciantes) 🛠️ Requisitos básicos Antes de começar, certifique-se de que:
- Os veículos estão registrados corretamente na base de dados do servidor.
- Você tem acesso às pastas do servidor onde serão colocadas as imagens.
📁 Caminho 1: Usando o ox_inventory
- Acesse a pasta: Vá até ox_inventory\web\images.
- Adicione a imagem do veículo: Coloque a imagem do carro aqui. Exemplo: Se o veículo se chama supra, salve a imagem como supra.png.
- Importante: O nome da imagem deve ser igual ao nome do veículo registrado na base. Se o veículo se chama supra, a imagem precisa ser supra.png.
📁 Caminho 2: Usando o ps-adminmenu
- Acesse a pasta: Vá até ps-adminmenu-main\html\vehicles.
- Verifique se a pasta existe: Se não existir a pasta vehicles, crie uma nova com esse nome.
- Adicione a imagem do veículo: Coloque a imagem do carro aqui. Exemplo: Se o veículo se chama veiculo, salve a imagem como veiculo.png.
- Mesmo princípio: O nome da imagem deve bater com o nome do veículo na base.
✅ Dicas finais
- Use imagens em formato PNG.
- Mantenha os nomes sem espaços e sem letras maiúsculas, se possível.
- Verifique se o nome do veículo está corretamente registrado no banco de dados.