AdGuardHome icon indicating copy to clipboard operation
AdGuardHome copied to clipboard

fatal - You must run it as Administrator.

Open Kerber0ss opened this issue 2 years ago • 3 comments

  • [*] I am running the latest version
  • [*] I checked the documentation and found no answer
  • [*] I checked to make sure that this issue has not already been filed

Issue Details

  • Version of AdGuard Home server:
    • v0.107.7
  • How did you install AdGuard Home:
    • Docker

Hello, run this docker-compose:

    adguardhome:
        container_name: adguardhome
        restart: unless-stopped
        volumes:
            - /volume1/docker/adguard/workdir:/opt/adguardhome/work
            - /volume1/docker/adguard/confdir:/opt/adguardhome/conf
        ports:
            - 53:53/tcp
            - 53:53/udp
            - 85:80/tcp
            - 4433:443/tcp
            - 4433:443/udp
            - 3000:3000/tcp
        image: adguard/adguardhome

In logs:

2022/06/19 23:53:35.952848 [info] AdGuard Home, version v0.107.7
2022/06/19 23:53:35.952917 [info] This is the first time AdGuard Home is launched
2022/06/19 23:53:35.952934 [info] Checking if AdGuard Home has necessary permissions
2022/06/19 23:53:35.953831 [fatal] This is the first launch of AdGuard Home. You must run it as Administrator.
docker ps |grep adguardhome
0d4628023cc9   adguard/adguardhome        "/opt/adguardhome/Ad…"   8 minutes ago   Restarting (1) 26 seconds ago 

How to resolve it?

Kerber0ss avatar Jun 19 '22 23:06 Kerber0ss

Did you ever find a way around this?

yurividal avatar Jul 16 '22 09:07 yurividal

Did you ever find a way around this?

unfortunately no (

Kerber0ss avatar Jul 16 '22 15:07 Kerber0ss

Related: #4728

yscialom avatar Aug 02 '22 14:08 yscialom