Table of Contents

**WARNING: THIS PAGE IS NOT APPROVED YET**

Quick Install

This guide serves as a quick reference to remind you of the setup steps. For more detailed information, please refer to the general wiki

Common Linux Commands

Initial Setup

Dependencies for Cockpit

      [Unit]
      Description=VictoriaMetrics
      After=network.target

      [Service]
      Type=simple
      ExecStart=/usr/local/bin/victoriametrics -storageDataPath /var/lib/victoria-metrics-data
      Restart=on-failure

      [Install]
      WantedBy=multi-user.target
      
  1. Start VictoriaMetrics service: `systemctl start victoriametrics`
  2. Enable VictoriaMetrics at boot: `systemctl enable victoriametrics`

Service Configuration

Cleanup Operations

Rebooting and Updates