2023-12-31 14:24:05 +00:00
---
title: Installation Notes
---
2023-09-22 22:42:16 +00:00
How to setup FireZone.
## Web Configuration
2023-11-08 16:43:36 +00:00
- Set a `External Url` to a valid FQDN; `https://app.mydomain.tld` .
2023-09-22 22:42:16 +00:00
- Set a `Trusted Proxies` a single IP for your traefik instance(s) on each box.
## Admin Configuration
- Keep `Reset Admin On Boot` true.
- Set a `Default Email` and a `Default Password` to login into the web GUI.
## Devices Configuration
Most configuration can be left default here but some you want to change.
- Set `Default Client MTU` to a size that works for _your_ network, default is 1280.
2023-11-04 22:40:37 +00:00
- Set `Client Endpoint` to any of the following, if using a domain it needs to resolve to your public IP so it can not be proxied on CloudFlare. ![firezone-dns-only ](./img/firezone-dns-only.png )
2023-09-22 22:42:16 +00:00
- publicIP:WG_PORT
- app.domain.tld:WG_PORT
- domain.tld:WG_PORT
- Set `Client DNS` to just your local DNS server to have a working split dns within your vpn.
- Set `Client Allowed Ips` to a range of IPs.
- `0.0.0.0/0` will resolved everything.
- `appsIP/32` will resolve just the app domains only.