Usage
Setting up an OPNsense Instance
- Access the web interface at
http://your-server:5000
- Log in with the default credentials (change immediately after first login!)
- Default username:
admin
- Default password: Set via
ADMIN_PASSWORD environment variable
- Navigate to "Instances" and click "Add Instance"
- Fill in:
- Name: Friendly name for the instance (e.g., "Main Router")
- Identifier: Unique identifier (e.g., "lan") - used as SFTP username
- Description: Optional description
- Click "Create Instance"
Configuring OPNsense
- In OPNsense, navigate to System → Configuration → Backups
- Add a new backup target:
- Type: SFTP
- Target location (URI): Copy from the instance detail page (e.g.,
sftp://[email protected]:30222//lan)
- SSH Private Key: Copy or download the private key from the instance detail page
- Configure your backup schedule and save
- Test the backup connection to verify authentication works
Accessing Backups
- View all backups in the "Backups" section
- Download backups by clicking the "Download" link
- View instance-specific backups from the instance detail page