free

Subdomains

Map your IPs to clean domain names

Subdomains used— / —
IPv4 or IPv6 — public addresses only
.ipmap.link
Empty → free 188-94-12-47.ipmap.link

API Key

Automate subdomain management from your scripts

Your API Key

Keep this key secret. It gives full access to your account. If you lose it, you can find it here after signing in.

Quick example
curl -sSL https://get.ipmap.dev | bash

Or:

# First call — auto-registers by email
curl -X POST https://api.ipmap.dev/v1/subdomains \
-d '{"email":"[email protected]","ip":"188.94.12.47"}'

# All subsequent calls use Bearer key
curl https://api.ipmap.dev/v1/subdomains \
-H "Authorization: Bearer YOUR_KEY"

curl -X PUT https://api.ipmap.dev/v1/subdomains/myapp \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"ip":"1.2.3.4"}'
Full API reference →

Plan

Upgrade when you need more

🛟 Please note:
For questions regarding payment using cryptocurrency or other methods, please contact [email protected].
Payment history
🧾

No payments yet

Support

We're here to help

ℹ️ Ticket support is available on Starter and Pro plans. Free users can email [email protected].
Send a ticket
FAQ
How does the free plan work?
3 subdomains in the format 188-94-12-47.ipmap.link. HTTPS works automatically via Cloudflare. No credit card needed.
Can I change the IP on a free subdomain?
Free subdomains include the IP in the name. To change IP, delete the old one and create a new one. Custom subdomains (Starter/Pro) let you update IP anytime.
What happens when my plan expires?
Subdomains over the free limit (3) are paused — they point to 127.0.0.1 but your settings are saved. Re-subscribe and they restore automatically. After 7 days they are deleted.
How do I report abuse?
Email [email protected] with the offending URL. We investigate all reports within 24 hours.
Done