Skip to content

Can I install two copies of Adguard Home? #7092

Answered by BlagoYar
BlagoYar asked this question in Q&A
Discussion options

You must be logged in to vote

Solved

I solved the problem, I need:

  1. Change IP (if necessary) and ...

  2. Change all ports [port :53 not change] that match the original in
    /opt/[Name Dublicate dir AdGuard]/AdGuardHome.yaml

  3. Make a copy of AdGuardHome.service, change the file's name and its contents
    /etc/systemd/system/[name your duplicate serivce].service

  4. Further according to the standard, reload daemons
    systemctl daemon-reload
    systemctl enable [name your duplicate serivce]
    /opt/AdGuardHomeLocal/AdGuardHome -s run
    systemctl start [name your duplicate serivce]

    Verify status:
    systemctl status [name your duplicate serivce]

If, as in my case, for a local IP, then we forward the port of the remote machine to our PC
ssh …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BlagoYar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant