Skip to content

Custom Domains for Event Websites

By default, your event website gets a URL like https://your-event-slug.eventhex.ai/. If you want to use your own domain (e.g., https://conference.yourcompany.com), you can configure a custom domain.

When you create an event, EventHex auto-generates a free subdomain:

https://your-event-name-XXXXXX.eventhex.ai/

The XXXXXX is a short unique event ID. This URL is immediately live — no DNS configuration needed.


Default URLCustom Domain
society-and-social-69cec0.eventhex.aisummit.yourorg.com
Generic, hard to rememberProfessional, branded
Free with any planRequires a paid plan
No DNS setup neededRequires DNS configuration

A custom domain gives your event a professional appearance and helps with brand recognition, especially for recurring events.


  1. Choose your domain — decide on the domain or subdomain you want to use. Common patterns:
    • conference.yourcompany.com (subdomain of your existing domain)
    • summit2026.com (standalone domain for the event)
    • events.yourcompany.com (shared across all your events)
  2. Configure DNS — add a CNAME record pointing your domain to EventHex:
    • Type: CNAME
    • Name: your subdomain (e.g., conference if using conference.yourcompany.com)
    • Value: provided by EventHex support (typically a .eventhex.ai target)
    • TTL: 3600 (1 hour) or your DNS provider’s default
  3. Contact EventHex support to activate your custom domain. Provide your event ID and the domain you configured.
  4. SSL certificate — EventHex automatically provisions an SSL certificate for your custom domain. This may take up to 24 hours.
  5. Verify — visit your custom domain in a browser. You should see your event website with HTTPS enabled.

If your company domain is yourcompany.com and you want conference.yourcompany.com:

Type: CNAME
Name: conference
Value: <provided by EventHex>
TTL: 3600

If you bought a standalone domain like summit2026.com:

Type: A Record (or ALIAS)
Name: @
Value: <IP provided by EventHex>
TTL: 3600

If you run multiple events, you have options:

StrategyExampleHow It Works
Subdomain per eventspring.events.co, fall.events.coEach event gets its own CNAME
Path per eventevents.co/spring, events.co/fallRequires reverse proxy (advanced)
One domain, redirectsummit.co always points to the latest eventUpdate CNAME/A record when event changes

For most organizers, subdomain per event is the simplest setup.


DNS propagation can take up to 48 hours. Wait and try again. Use a tool like dnschecker.org to verify your CNAME record is propagating correctly.

The SSL certificate is being provisioned. This usually completes within a few hours. If it takes more than 24 hours, contact EventHex support.

Website Still Shows Default eventhex.ai URL

Section titled “Website Still Shows Default eventhex.ai URL”

The custom domain is set up, but your event’s URL in EventHex hasn’t been updated. Contact support to link the domain to your event.