Skip to content

My try at an Admin Tool for DayZ (No PAY Free) other want money and I don't have it!

Notifications You must be signed in to change notification settings

Jay8454/dayz-admin-tool

Repository files navigation

DayZ Custom Admin Tool

Overview

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.

Features

  • Server integration via Omega Manager API
  • Custom @AdminTool mod for Steam Workshop
  • Enhanced remote management capabilities
  • Battleye compatible administration

Technical Requirements

  • DayZ Server
  • Omega Manager
  • Steam Workshop access
  • BattlEye enabled server

Setup

  1. Configure Omega Manager server ID and API
  2. Install the @AdminTool mod
  3. Configure server integration
  4. Set up admin permissions

Development

Project structure:

  • /src - Source code
  • /tools - Build tools
  • /config - Configuration files
  • /docs - Documentation

Development Setup

  1. Install Development Tools

    • DayZ Tools (Steam)
    • Visual Studio Code
    • PBO Manager
  2. Environment Setup

    git clone https://github.com/yourusername/dayz-admin-tool
    cd dayz-admin-tool
    npm install
  3. GitHub Repository Setup

  4. Open terminal/command prompt and navigate to your project folder:

    cd c:/AdminToolProject
  5. Initialize Git repository:

    git init
  6. Configure your Git identity (if not done before):

    git config --global user.name "Your Name"
    git config --global user.email "[email protected]"
  7. Add your files to Git:

    git add .
  8. Make your first commit:

    git commit -m "Initial project setup"
  9. Connect to your GitHub repository:

    git remote add origin https://github.com/Jay8454/dayz-admin-tool.git
  10. Push your files to GitHub:

    git push -u origin main
  11. Testing

    • Use npm run test for unit tests
    • Use npm run build:pbo to package mod files
    • Test server integration using provided test script

Troubleshooting

Common Issues

  1. Mod not loading

    • Verify PBO signatures
    • Check BattlEye filters
  2. API Connection Issues

    • Confirm Omega Manager credentials
    • Check server firewall settings

Project Components

  • Custom Admin Tool (Main Project)
  • DaRT Integration (Original by DomiStyle)
  • DaRT Server Edition Integration

Contributing

Please read CONTRIBUTING.md for details on code standards and submission process.

References

About

My try at an Admin Tool for DayZ (No PAY Free) other want money and I don't have it!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published