Update your IP via HTTPS Request Print

  • 0

Update your IP via HTTPS Request

If you prefer not to use a dedicated Dynamic DNS client, you can update your IP address by simply visiting a specific URL in your web browser or by sending a "GET" request via a terminal script.

The Update URL

Use the following format, replacing the bracketed information with your specific details:

https://dynamicdns.nixzoehost.com/update?host=[host]&domain=[domain_name]&password=[ddns_password]&ip=[your_ip]

Field Definitions

  • [host]: Use @ for your main domain, www for the www version, or the specific name of your subdomain (e.g., test). To update a wildcard, use *.

  • [domain_name]: Your registered domain (e.g., yourdomain.com).

  • [ddns_password]: Found in your NixZoeHost Dashboard under Domains > Manage > Dynamic DNS. (Do not use your account login password).

  • [your_ip]: Optional. If you leave this blank, our system will automatically detect the IP address you are currently connecting from and apply it to your record.


Examples

1. Updating a Bare Domain (@)

If your domain is nixzoe-example.com and you want to update the main site: https://dynamicdns.nixzoehost.com/update?host=@&domain=nixzoe-example.com&password=your_secret_password

2. Updating a Subdomain (e.g., https://www.google.com/search?q=home.nixzoe-example.com)

https://dynamicdns.nixzoehost.com/update?host=home&domain=nixzoe-example.com&password=your_secret_password


Important Technical Rules

Case Sensitivity: The values for the host and domain in your URL must match the exact casing (uppercase or lowercase) shown in your NixZoeHost account dashboard.

  • Browser Bookmarking: You can simply fill in your details, visit the link once to confirm it works, and then bookmark it. Whenever you need to update your IP, just click the bookmark.

  • Terminal/Scripts: If you are using a script or terminal (like curl or wget), you must use the GET method. The POST method is not supported.

  • IPv4 Only: Our system currently only supports updating IPv4 addresses (A records). IPv6 is not supported at this time.

Need Help?

If you receive an error message when visiting your custom URL, double-check that your Dynamic DNS Password is correct and that the A + Dynamic DNS Record exists in your Advanced DNS tab. For further assistance, the NixZoeHost Support Team is available 24/7.


Was this answer helpful?

« Back