- docs
- FlowFuse User Manuals
- Using FlowFuse
- Getting Started
- Static asset service
- Bill of Materials
- FlowFuse Concepts
- Changing the Stack
- Custom Hostnames
- Device Groups
- DevOps Pipelines
- Environment Variables
- FlowFuse Assistant
- FlowFuse File Nodes
- FlowFuse Persistent Context
- FlowFuse Project Nodes
- High Availability mode
- HTTP Access Tokens
- Instance Settings
- Logging
- Shared Team Library
- Snapshots
- Teams
- User Settings
- FlowFuse API
- Migrating a Node-RED project to FlowFuse
- Device Agent
- Device Agent
- FlowFuse Device Agent Introduction
- Quick Start
- Installation
- Quick Start with Web UI
- Register your Device
- Running the Agent
- Deploying your Flows
- Hardware Guides
- FlowFuse Cloud
- FlowFuse Cloud
- FlowFuse Self-Hosted
- Installing FlowFuse
- Overview
- Configuring FlowFuse
- DNS Setup
- Docker install
- Docker from AWS Market Place
- Docker on Digital Ocean
- Add Project Stacks on Docker
- Docker Engine on Windows
- Email configuration
- First Run Setup
- FlowFuse File Storage
- Install FlowFuse on Kubernetes
- Upgrading FlowFuse
- Administering FlowFuse
- Administering FlowFuse
- Configuring Single Sign-On (SSO)
- Licensing
- Monitoring
- Telemetry
- User Management
- Support
- Community Support
- Premium Support
- Debugging Node-RED issues
- Contributing
- Contributing to FlowFuse
- Introduction
- Adding Template Settings
- API Design
- Creating debug stack containers
- Database migrations
- FlowFuse Architecture
- Local Install
- State Flows
- Device Editor
- Invite External Users
- User Login Flows
- Reset Password Flow
- Project Creation
- Instance states
- User Sign up Flow
- Team creation Flow
- Working with Feature Flags
# Custom Hostnames
FlowFuse allows you to point a custom subdomain at your instances, such as dashboard.example.com
.
This feature is available to:
- FlowFuse Cloud Enterprise teams
- Self-hosted FlowFuse Enterprise, running version 2.5 or later with the kubernetes driver
# Configuring a custom hostname
The Custom Hostname option is available under the General Settings tab of your Instance.
Currently, FlowFuse only supports configuring a subdomain such as dashboard.example.com
. Top level domains cannot be used.
- Enter your custom subdomain and click save.
- You will be shown a dialog to confirm the change, as this will require restarting your Instance to apply. It also provides information on how to configure your DNS provider.
- Using your DNS provider, create a
CNAME
record for your chosen subdomain that points at the endpoint provided in the dialog.
Note: it is important to configure the Instance's Custom Hostname before you make the DNS changes. Making the DNS changes without configuring your Instance may allow someone else to configure their instance to use your subdomain.
For FlowFuse Cloud, the CNAME
should point to custom-loadbalancer.flowfuse.com
. For self-hosted users, use the information provided in the dialog.
If you also use CAA DNS entries to control which Certificate Authorities can issue certificates for your domains, you will need to add a record allowing LetsEncrypt to issue certificate. Please see details here. The platform will issue certificates using the http-01
validation method.