{% extends "ui/templates/base/layout.html" %} {% block content %}

Audit Firm Custom Domain

Create a verified mapping for your own audit firm domain, for example arrr.associates.

{% if errors %}
{% endif %} {% if message %}
{{ message }}
{% endif %}

Create / Link Firm Domain

Use this for your own branded firm domain. For other tenant firms, use auditfirm.filingabc.com subdomains first.

Enter the domain only. Do not include http://, https:// or path.

Recommended DNS

A record: arrr.associates → your server IP
CNAME: www.arrr.associates → arrr.associates
SSL: configure in Coolify / proxy / Cloudflare

Verification

If not marked active now, open the created domain record and use the DNS TXT token shown there.

{% if existing %}
Existing mapping found
{{ existing.domain_name }} — {{ existing.status.replace('_', ' ')|title }}
Open mapping
{% endif %}
{% endblock %}