Where to login?

Hi community,

Where do I please login into my account so I can start managing my account ?

Thx, Murdock

Hi,
as far as i know there is no web ui available (Work in Progress), but you can login using the api and get your api token.

curl -X POST https://desec.io/api/v1/auth/login/ \
--header "Content-Type: application/json" --data @- <<< \
'{"email": "your@email.com", "password": "yourPassword"}'

With this token you can use existing tools, i’m using dnscontrol and it works pretty well with deSEC.
This token does not expire, so you just have to use curl once.

You can also use the api directly, take a look at the docs.

Regards,
D3luxee