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.
Arma Life is a full-featured framework for Arma 3 with a complete backend, database, and administration panel.
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.
A complete PostgreSQL schema covering players, vehicles, items, houses, and comprehensive audit logs—structured for scale and observability.
The Cron System handles recurring tasks. Defaults shown below; all schedules are configurable.
Daily at 08:00. Targets include local storage, S3, or BorgBackup.
Daily at 08:00 and 18:00 for predictable uptime and updates.
Every 15 minutes: removes inactive items, vehicles, houses, and more to keep the world tidy.
Hourly scan flags potential multiaccounts. Learn more in Multiaccount Detection.
Every task’s execution time is fully configurable.
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.