Arma Life
Menu

Features

Arma Life is a full-featured framework for Arma 3 with a complete backend, database, and administration panel.

Backend

A full backend (including database schema) is included. It ships a REST API (TypeScript, Node.js, Elysia) and a cronjob subsystem (TypeScript, Node.js, cron-parser) for scheduled work.

Database

A complete PostgreSQL schema covering players, vehicles, items, houses, and comprehensive audit logs—structured for scale and observability.

Cron System

The Cron System handles recurring tasks. Defaults shown below; all schedules are configurable.

  • Database Backups

    Daily at 08:00. Targets include local storage, S3, or BorgBackup.

  • Server Restart

    Daily at 08:00 and 18:00 for predictable uptime and updates.

  • Cleanup

    Every 15 minutes: removes inactive items, vehicles, houses, and more to keep the world tidy.

  • Multiaccount Detection

    Hourly scan flags potential multiaccounts. Learn more in Multiaccount Detection.

Every task’s execution time is fully configurable.

Administration Panel

A batteries-included Laravel Admin Panel lets you manage your server end-to-end—no need to join the game to moderate, configure, or review logs.