<div dir="ltr">Hello, <br><br>I cannot seem to update the server-id of my installation.<br>It is currently set as localhost although I have explicitly set it to server-id:<br><br>[root@powerdns ~]# curl <a href="http://127.0.0.1:8081/api/v1/servers">http://127.0.0.1:8081/api/v1/servers</a><br>[{"autoprimaries_url": "/api/v1/servers/localhost/autoprimaries{/autoprimary}", "config_url": "/api/v1/servers/localhost/config{/config_setting}", "daemon_type": "authoritative", "id": "localhost", "type": "Server", "url": "/api/v1/servers/localhost", "version": "4.7.4", "zones_url": "/api/v1/servers/localhost/zones{/zone}"}]<br><br>[root@powerdns ~]# cat /etc/pdns/pdns.conf | grep -i server-id<br># server-id     Returned when queried for 'id.server' TXT or NSID, defaults to hostname - disabled or custom<br># server-id=<br>server-id="pdns"<br><br>I'd like to change the api from `/api/v1/servers/localhost` to `/api/v1/servers/pdns`, how do I achieve this, am I missing something? I am using the mysql backend.<br><br><br>--<br>Thanks<br>SG<br><br><br></div>