{ "tools": [ { "id": "reset_password", "label": "Reset Admin Password", "description": "Reset the AdGuard Home admin password. Leave the field blank to generate a random one — the new password is saved to the config so you can see it after.", "icon": "🔑", "fields": [ { "name": "password", "label": "New password (leave blank to generate)", "type": "password", "placeholder": "Leave blank for random" } ] }, { "id": "apply_dns_updater", "label": "Apply DNS Updater", "description": "Rewrite this server's /etc/resolv.conf to use AdGuard as its DNS resolver right now. Same action that runs automatically when the global DNS Updater requirement is enabled.", "icon": "🌐", "fields": [] } ] }