Best DarkRP addons for 2026: a curated list by a server owner.
This is an opinionated list. Every recommendation below is an addon we run on our own production DarkRP server (which we host at Zeros — this list is not neutral about that, but we are neutral about the addons themselves). Not affiliated with any of them; nobody paid for placement. What is deliberately NOT on the list is spelled out at the bottom.
Last updated 2026-09-17. Refreshed annually. If any addon on this list breaks with a new GMod or DarkRP release, we replace or remove it in the same week — tell us if you spot something out of date.
The core five: install these before anything else
Any DarkRP server without these five feels unfinished. Everything else is optional.
DarkRP Modification
GitHubRole: The customization layer on top of DarkRP itself. Where all your jobs, shipments, entities, and custom logic go.
You need this — DarkRP without a modification folder is empty. Do not edit the base darkrpmodification folder directly; fork it or add your own darkrp_customthings.lua files. This is the correct way to run a customised DarkRP server without breaking on gamemode updates.
ULX (with ULib)
GitHubRole: The standard GMod admin mod. Ban, kick, mute, jail, teleport commands. Group-based permissions.
ULX is not the fanciest admin mod but it is the most stable, best documented, and most compatible with other addons. Ninety percent of DarkRP servers use it. Learn ULX first before you consider alternatives — most of your custom addons will assume ULX is present.
Watch out: Configure ULX groups carefully. The default groups are usable but most servers want at least a "Junior Admin" tier between User and Admin.
PixelChat / PP Chat
GitHubRole: Replaces the default GMod chatbox with something you can actually read at 1440p.
The default chat is unreadable on modern monitors and does not support Steam avatars, chat channels, or basic filtering. Every serious DarkRP server replaces it. PixelChat is free, open source, and does not depend on Pixel UI (a separate paid pack).
Simple Base
GitHubRole: Ownable-doors framework. Buy a door, lock it, sell it, add keypads.
DarkRP ships with basic ownable doors but Simple Base adds the polish players expect: keypad wiring, door groups, buy/sell mechanics, storage inside buildings. This is table stakes — the moment a player joins and cannot own a house, they leave.
DarkRP HUD (F4 menu replacement)
Various — pick oneRole: Replaces the default DarkRP F4 menu (job select, weapon shop, entity shop).
The default F4 menu is dated and ugly. There are several good replacements — VMenu, Neko F4, DarkPanels — with different aesthetics. Pick one, stick with it, and configure it to match your job list. Do NOT install two F4 replacements; they will fight over the F4 hook and neither will work.
Watch out: F4 menus are a common vector for hidden concommand hooks. Scan whichever one you install BEFORE you deploy — this is exactly what the Backdoor Scanner exists for.
Quality of life — the "why is this not in the base game?" tier
None of these are essential. All of them are the difference between "a DarkRP server" and "a DarkRP server people come back to."
PermaProps
GitHubRole: Save props (furniture, decorations, staff-placed items) so they persist across server restarts.
On a DarkRP server, admins spend real time decorating spawn, placing signs, building government buildings. PermaProps saves that work so a restart does not wipe it. There is a permission tier — regular players cannot make anything permanent, staff can.
gLogs / Advanced Logs
GitHub / PaidRole: Persistent logs of every RDM, prop kill, damage event, chat message.
When a player says "he RDMed me" and the accused says "I did not," you need the logs to resolve it. GMod's built-in logs are thin. gLogs (free) or one of the paid alternatives writes structured logs your admins can search from an in-game menu.
DarkRP Preferred Jobmodel
GitHubRole: Let players pick a custom playermodel per job without editing jobs.lua.
Otherwise every player is the same job's default model. Preferred Jobmodel gives players agency; combined with a good playermodel pack, it is how you get returning players.
DarkRP Payday Notifications
GitHubRole: Screen-corner notification when a player receives their paycheck. Feels rewarding; drives job engagement.
Payday is DarkRP's core loop. If a player does not notice they got paid, the loop is invisible. This is a tiny addon (~200 LOC) with disproportionate retention impact.
Weapons, cosmetics, contraptions — decide once, live with it
The three biggest ecosystem picks a DarkRP server owner makes. Each of these locks you into a specific vendor stack; switching mid-life is painful. Pick carefully.
M9K Base + Weapons Pack
WorkshopRole: A base for military-style weapons + a pack of ~40 weapons.
Not every DarkRP server needs modern weapons but if yours does, M9K is the most compatible base. Alternatives like CW 2.0 / FA:S 2.0 exist but each has its own attachment ecosystem and locking in early matters.
Watch out: M9K is a Workshop-only addon and pulls a lot of files. Turn on Workshop Prefetch in the Zeros panel so first-boot does not hang while it downloads.
PAC3
WorkshopRole: Player-authored cosmetics. Custom outfits, accessories, badges.
PAC3 is polarising — it is powerful, memory-heavy, and the source of most "server crashed when someone joined" reports. But nothing else lets players show off. Enable it, cap the outfit complexity per rank, and require staff review for outfits over a size threshold.
Watch out: PAC3 is one of the two most common vectors for malicious Lua — the other being pirated F4 menus. Scan every PAC pack you install, and require your staff to submit their PAC3 outfits for review before use.
Wiremod + Advanced Duplicator 2
WorkshopRole: Wired contraptions and saved builds. Backbone of a healthy sandbox side to DarkRP.
On a DarkRP server, Wiremod is what gives your engineers something to do. Advanced Duplicator 2 lets them save and share builds. Together, these two turn passive DarkRP players into active contributors.
Before you install any of these — scan them
Every addon on this list is one we have run or actively vetted. That is not a guarantee. Backdoor code can be inserted by a compromised maintainer or a bad update. Free addon packs — especially F4 menus and PAC3 outfit collections — regularly ship with hidden remote-access code.
If you host on Zeros Host, the panel includes a Backdoor Scanner on every plan — an AST-aware Lua analyser that scans every uploaded addon against known malicious patterns and flags the exact file and line. It runs before install and it will refuse to deploy an addon carrying obvious bytecode obfuscation, http.Fetch-and-run chains, or calls out to blacklisted domains.
If you host elsewhere: grep every new addon for the patterns in our backdoor-scanning guide before you install. It takes five minutes and saves the server.
What we deliberately left off
A "best of" list is defined as much by what it excludes as what it includes. The absences below are intentional:
- ·Paid F4 menus with obfuscated payloads. Any DarkRP addon whose Lua is bytecode-obfuscated fails our own scanner on install and cannot be vetted by a human. That includes several well-known paid F4 menus. We do not run them.
- ·Anti-cheats. Explained in the FAQ. The GMod anti-cheat landscape does not currently have a clear "best in class" and every option requires trade-offs. Better to invest in admin coverage.
- ·"1000+ addons in one pack" bundles. These packs are the single most common vector for malicious Lua reaching DarkRP servers. Everyone who installs one has been told not to; almost everyone regrets it. Do not.
- ·Abandoned addons. Several once-popular DarkRP addons have not seen a commit since 2019. GMod moved; they did not. Removed from this list even where a memory says they were once great.
Install these on a Zeros DarkRP server in twenty minutes
Every GitHub-sourced addon on this list installs from a URL — Mod Manager handles download, extraction, and placement. Every Workshop-sourced addon syncs from your collection ID. Backdoor Scanner runs on install. GMod plans start at £5/mo, or try 24-hour free with no credit card.
Start free GMod trial →Frequently asked questions
How do I install these addons on my Zeros Host server?
Every addon on this list has a GitHub URL or a Steam Workshop ID. In the Zeros panel, open Mod Manager, paste the GitHub URL, click Install — the panel downloads, extracts, and drops it in the right directory (garrysmod/addons/ or gamemodes/). For Workshop-only addons, add the Steam collection ID under Workshop Integration. No FTP required.
Are any of these addons known to contain backdoors?
The addons on this list are ones we have run ourselves or actively vetted. That is not a guarantee. Backdoor code can be inserted by a compromised maintainer or a bad update, and free addon packs regularly ship with hidden remote-access code. Before installing any GMod addon from any source, scan it. Zeros Host includes a Backdoor Scanner on every plan that runs an AST-aware Lua analysis against known malicious patterns — it flags the exact file and line if it finds something. If you are not on Zeros, use grep for the patterns listed under "How to spot a backdoor yourself" in our companion guide.
What about anti-cheat?
The GMod anti-cheat landscape is genuinely difficult — most community anti-cheats are either abandoned, obfuscated (which reads as a backdoor to any scanner), or paid subscriptions with variable reputation. Our current honest recommendation for most DarkRP servers is a combination of good admin coverage, sensible ULX permissions, and manual moderation. If you insist on an anti-cheat, run it in monitoring mode first for a week and check what it flags before you enable enforcement.
What is Mod Manager and how does it help?
Mod Manager is a feature in the Zeros Host panel that installs addons from a GitHub URL in one click. You paste the repo URL, click Install, and the panel handles the download, extraction, placement, and permissions. Every DarkRP addon on this list that lives on GitHub can be installed this way — no FTP, no local git clone, no SFTP path fiddling.
What if an addon I want is not on this list?
That is fine — this list is opinionated, not exhaustive. There are plenty of good DarkRP addons that did not make it because we do not run them ourselves and cannot vouch. Install what you like, but always scan before you deploy. If you find something worth adding, message us on Discord — we update this list annually.
How much RAM will all of these use?
A DarkRP server running the full stack of addons on this list plus a moderate map and 20-30 concurrent players typically sits at 3-4 GB RAM under load. Our GMod Roleplay tier (8 GB RAM, £19/mo) is what we run our own DarkRP server on, and it never comes close to the ceiling. If you are just starting out, the Growing tier (4 GB) is enough for a 12-16 player server.