OPNsense Forum

English Forums => General Discussion => Topic started by: cheleby on October 15, 2025, 09:27:46 AM

Title: How to Migrate OPNsense with AdGuard Home to New Hardware
Post by: cheleby on October 15, 2025, 09:27:46 AM
Hi all. I want to install my OPNsense setup on a newer device that uses an SSD because the current device is old. The system currently has all its settings configured, and AdGuard is also installed. How can I migrate this system to the new computer?
Title: Re: How to Migrate OPNsense with AdGuard Home to New Hardware
Post by: Patrick M. Hausen on October 15, 2025, 09:33:33 AM
- fresh install on new system
- configuration backup from old system
- configuration restore on new system
- potentially adjust interface names
- enable community repository
- install AGH plugin
- copy /usr/local/AdGuardHome/AdGuardHome.yaml from old to new system
Title: Re: How to Migrate OPNsense with AdGuard Home to New Hardware
Post by: cheleby on October 16, 2025, 10:11:51 AM
Quote from: Patrick M. Hausen on October 15, 2025, 09:33:33 AM- fresh install on new system
- configuration backup from old system
- configuration restore on new system
- potentially adjust interface names
- enable community repository
- install AGH plugin
- copy /usr/local/AdGuardHome/AdGuardHome.yaml from old to new system
Thank you.