[FREE] [STANDALONE] vAdmin | Advanced NUI Based Admin Menu

vAdmin

Preview: Youtube [v1.0.0]
Download: Github Releases
Source Code: GitHub

Hello, this is a project which i have been working on for a little bit now, i wasn’t planning on making it public but here we are, this is a NUI based Admin Menu built with React, Tailwind CSS and other technologies.

[Script Information]

  1. Performance: Runs at 0.00 Resmon (Client).
  2. Completely standalone meaning no other dependencies required.
  3. Permission system is built around Ace Perms, but there is optional configuration for permissioons built around discord roles utilizing the Discord Rest API (Optional/Configurable)
  4. If you would like to contribute, please go ahead and head over to the GitHub page and feel free to send a pull request.

[Frequently Asked Questions]

How are the bans stored?
  • As of currently bans are stored in a JSON folder in the root directory of the resource, this is the structure for the bans
How does the permission system work?

You can either use the Discord Rest API to connect the perms using discord roles, or you can use the ACE Permission System, as for ACE Perms they are fairly simple if you have experience with it, it’s just giving the player the specified ace perm from the config, but here is a documentation that explains what Ace Permissions are and how to use them.

How does the Ban ID work, is there a pattern?

Yes, there is a patter, the first character is always a random letter, the second part is the latest ban, meaning if your ban number 1, your ban id is going to be (random_letter)1

Discord Logs

Only Showing the important ones, there is other ones as well.

Config

Image Preview With More Players

Code quality isn’t the best, basically it’s spaghetti code, when i first started writing this i tried to rush it since i wanted to meet an expected deadline for a project i was working on, so if you plan on contributing, just beware.

10 Likes

I was looking for an admin menu for my freeroam server, I will use this.

+reppp

1 Like

Thank you for the kind words mane, if you encounter any bugs please go ahead and report them since they are expected at this time, i didn’t get the chance to test it too much with these recent changes.

1 Like

very nice !

1 Like

Thank you, i’ll release Update v1.0.1 soon, either later today or tomorrow, just some back-end changes, code quality is being somewhat improved.

really nice work

1 Like

Thank you, also update v1.0.1 has been released.

Change logs: GitHub Releases | vAdmin v1.0.1

1 Like

how do u add admins in it

Check out the config, it uses ACE Permissions.

Here is a documentation on what ACE Permissions are.

For example if i wanted to give myself the default vadmin.owner ace perm i would do this in my server.cfg

add_ace identifier.fivem:1124792 vadmin.owner allow #vipex.v

You can use any identifier you want, such as: Steam, Discord, License ect.

Interesting project! cheers

1 Like

v1.0.2 Was just released.

Change logs: vAdmin GitHub Releases | v1.0.2

nice release!

1 Like

v1.0.3 Was just released.

Change logs: vAdmin GitHub Releases | v1.0.3

It is not working we have it in our server and it will not open.

  1. Did you download the compiled version.
  2. How is it not working, it should say if you don’t have perms with a notification.

Please go into more details.

1.1.1 (2024-01-07)

Features

  • New Permission system that utilizes the Discord Rest API so your staff get their permissions through discord roles. (cfabba0)
  • Version Checker (7f2568c)

when i add it to server and open it it makes my game freeze like a menu is open. we see the cursor but no menu

It means you downloaded the non-compiled/release version, download it from here: Releases · vipexv/vAdmin · GitHub

Thank you! it works now

Does this script come with a /report feature?