{% extends "base.html" %} {% block title %}New Instance - OPNsense Backup Manager{% endblock %} {% block content %}

Add New OPNsense Instance

Create a new instance to start receiving backups

A friendly name for this instance

Unique identifier (lowercase, alphanumeric, dashes, underscores only). This will be used as the SFTP username.

Cancel

What happens next?

  1. An SSH key pair will be automatically generated for this instance
  2. You'll be provided with the public key to add to your OPNsense configuration
  3. Use the instance identifier as the SFTP username when configuring OPNsense
  4. Backups will be automatically stored and tracked
{% endblock %}