Venus AntiCheat Docs
Everything you need to know about installing, configuring, and optimizing Venus AntiCheat for your FiveM server. Get started with the most affordable and effective anti-cheat solution.
Quick Start Guide
Get Venus AntiCheat up and running in minutes
Purchase Venus AntiCheat from our Tebex store and download from your Keymaster account.
Buy Now - $14.99Add the resources to your server, import the SQL file, and configure your settings.
View Installation GuideYour server is now protected with advanced OCR detection and real-time monitoring.
Explore FeaturesInstallation Guide
After purchasing from our Tebex store, download Venus AntiCheat from your Keymaster account. You'll receive two main resources:
venusac_anticheat
- Main anti-cheat resourcevenus_heartbeat
- Heartbeat monitoring system
Create Venus Folder
Create a folder named [Venus]
in your resources directory:
resources/ ├── [Venus]/ │ ├── venusac_anticheat/ │ └── venus_heartbeat/
Update server.cfg
Add these lines to your server.cfg file:
# Venus AntiCheat ensure [Venus] # or individually: # ensure venusac_anticheat # ensure venus_heartbeat
Import the provided SQL file to create the necessary database tables. Use the INSERT-ME.sql file included with your download:
💡 Pro Tip: The SQL file will automatically create all required tables and indexes for optimal performance.
Configure Venus AntiCheat by editing the configuration files:
-- Basic configuration example venusac.Debug = false -- IMPORTANT: Set to false for production venusac.punishType = 'LOG' -- Start with LOG, change to BAN after testing venusac.txAdminAuth = true -- Enable txAdmin integration venusac.ConnectingCard = true -- Show connecting screen
Restart your FiveM server and verify that Venus AntiCheat is running correctly:
✅ Success Indicator: Look for "Venus AntiCheat loaded successfully" in your server console.
Key Features
Everything you need to secure your FiveM server
Detects mod menus and cheats displayed on screen using advanced Optical Character Recognition technology.
Uses only 0.03ms of your server resources - the most efficient anti-cheat solution available for FiveM.
Works with all FiveM frameworks including ESX, QB Core, OX Core, and custom frameworks without modifications.
Comprehensive admin interface with player management, ESP features, and real-time monitoring capabilities.
Real-time notifications, ban logs, and screenshot evidence sent directly to your Discord server.
Round-the-clock support through our Discord server with dedicated support team and community help.
Configuration Options
-- anticheat_config.lua venusac.Debug = false -- IMPORTANT: Set to false for production venusac.punishType = 'LOG' -- Options: 'LOG', 'KICK', 'BAN' venusac.txAdminAuth = true -- Enable txAdmin integration venusac.ConnectingCard = true -- Show connecting screen venusac.toggleReason = true -- Show ban reasons to players -- OCR Settings venusac.OCR = true -- Enable OCR detection venusac.OCRInterval = 15000 -- OCR scan interval (15 seconds recommended) venusac.Screenshots = true -- Enable screenshot capture venusac.HideIP = true -- Hide IP addresses in logs
-- anticheat_webhooks.lua Webhooks = { BanLogs = "YOUR_DISCORD_WEBHOOK_URL", AdminMenuLogs = "YOUR_ADMIN_WEBHOOK_URL", Screenshots = true, PingOnDetect = false -- Set to true for @everyone pings }
-- Admin Menu Configuration venusac.AdminMenu = { enable = true, backgroundBlur = true, espSelf = true, espMaxDist = 1000.0 } -- Access with /venusac command
Troubleshooting
Solution:
- • Ensure server owner matches Keymaster account
- • Restart server after installation
- • Verify .fxap file is present in resource folder
- • Check that you've purchased the correct license
Solution:
- • Set punishType to 'LOG' initially
- • Review Discord logs for patterns
- • Disable problematic detections temporarily
- • Test with your specific server resources
- • Contact support for assistance
Solution:
- • Increase OCR interval (15000ms recommended)
- • Limit admin menu ESP usage
- • Disable OCR if performance is critical
- • Monitor resource usage regularly
- • Ensure server meets minimum requirements
Need Help?
Our support team is available 24/7 to help you with installation, configuration, and any issues you might encounter.