Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant add an additional user by requesting control/install/configure endpoint #6498

Closed
4 tasks done
AkashKumar7902 opened this issue Dec 5, 2023 · 1 comment
Closed
4 tasks done

Comments

@AkashKumar7902
Copy link

Prerequisites

Platform (OS and CPU architecture)

Linux, AMD64 (aka x86_64)

Installation

GitHub releases or script from README

Setup

On one machine

AdGuard Home version

latest

Action

I tried sending with a POST request to /install/configure but I am getting an error:
curl: (7) Failed to connect to 127.0.0.1 port 3000 after 0 ms: Connection refused

request:

curl --request POST \
      --url http://127.0.0.1:3000/control/install/configure \
      --header 'Accept: application/json, text/plain, */*' \
      --header 'Content-Type: application/json' \
      --header 'Host: 127.0.0.1:3000' \
      --header 'User-Agent: curl/7.81.0' \
      --data '{"web":{"ip":"0.0.0.0","port":80,"status":"","can_autofix":false},"dns":{"ip":"0.0.0.0","port":54,"status":"","can_autofix":false},"username":"admin","password":"password"}'

Expected result

a new user should have been created

Actual result

Connection refused

Additional information and/or screenshots

No response

@AkashKumar7902 AkashKumar7902 changed the title cant add new user by requesting control/install/configure endpoint cant add an additional user by requesting control/install/configure endpoint Dec 5, 2023
@schzhn
Copy link
Member

schzhn commented Dec 5, 2023

AdGuard Home supports only one user.
Related #997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants