Documentation

Installation and administration guide

Requirements

  • Linux server
  • Docker Engine 24+
  • Docker Compose v2
  • 2 CPU / 4 GB RAM / 20 GB disk

Docker Setup

git clone https://github.com/shotlasts/OpernixITSM.git
cd OpernixITSM
cp .env.example .env
docker compose -f docker-compose.yml up -d

Setup Wizard

Open http://SERVER-IP:5000/setup and configure company, language, database and administrator settings.

Windows Agent

Set-ExecutionPolicy Bypass -Scope Process
.\scripts\install-agent.ps1 `
  -PackageUrl "https://downloads.example.com/OpernixITAgent-1.0.0.zip" `
  -ServerUrl "https://opernixit.example.com" `
  -AgentKey "YOUR-AGENT-KEY"

Backup

docker compose -f docker-compose.yml exec -T db \
  pg_dump -U opernixit opernixit > opernixit-backup.sql