A modern administrative tool for DayZ servers, integrating with Omega Manager and building upon DaRT concepts. This project is inspired by the original DaRT (DayZ Admin Run Time) tool and includes components from both DaRT and DaRT Server Edition.
- Server integration via Omega Manager API
- Custom @AdminTool mod for Steam Workshop
- Enhanced remote management capabilities
- Battleye compatible administration
- DayZ Server
- Omega Manager
- Steam Workshop access
- BattlEye enabled server
- Configure Omega Manager server ID and API
- Install the @AdminTool mod
- Configure server integration
- Set up admin permissions
Project structure:
/src
- Source code/tools
- Build tools/config
- Configuration files/docs
- Documentation
-
Install Development Tools
- DayZ Tools (Steam)
- Visual Studio Code
- PBO Manager
-
Environment Setup
git clone https://github.com/yourusername/dayz-admin-tool cd dayz-admin-tool npm install
-
GitHub Repository Setup
-
Open terminal/command prompt and navigate to your project folder:
cd c:/AdminToolProject
-
Initialize Git repository:
git init
-
Configure your Git identity (if not done before):
git config --global user.name "Your Name" git config --global user.email "[email protected]"
-
Add your files to Git:
git add .
-
Make your first commit:
git commit -m "Initial project setup"
-
Connect to your GitHub repository:
git remote add origin https://github.com/Jay8454/dayz-admin-tool.git
-
Push your files to GitHub:
git push -u origin main
-
Testing
- Use
npm run test
for unit tests - Use
npm run build:pbo
to package mod files - Test server integration using provided test script
- Use
-
Mod not loading
- Verify PBO signatures
- Check BattlEye filters
-
API Connection Issues
- Confirm Omega Manager credentials
- Check server firewall settings
- Custom Admin Tool (Main Project)
- DaRT Integration (Original by DomiStyle)
- DaRT Server Edition Integration
Please read CONTRIBUTING.md for details on code standards and submission process.
- Original DaRT Repository - Original DayZ Admin Run Time tool
- DayZ Official Tools - Official DayZ modding tools
- DaRT Server Edition