diff --git a/README.md b/README.md
index b18880428..582749ca1 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,37 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-[](https://coveralls.io/github/FireZone-LLC/firezone?branch=master)
+# Firezone VPN
+FireZone is a simple WireGuard™-based VPN server and firewall for Linux designed to be secure, easy to manage, and quick to set up.
-# FireZone
+
+
+# What is Firezone VPN?
+
+Firezone can be set up in minutes to:
+
+- Connect remote teams to a shared private cloud network
+- Set up your own WireGuard™ VPN
+- Block egress traffic from your devices to specific IPs and CIDR ranges
+- Connect remote teams to a secure virtual LAN
1. [Intro](#intro)
2. [Requirements](#requirements)
@@ -12,34 +40,8 @@
5. [Architecture](#architecture)
6. [Contributing](#contributing)
-
-## Intro
-
-FireZone is an open-source WireGuard-based VPN server and firewall for Linux
-designed to be secure, easy to manage, and quick to set up.
-
-Use FireZone to:
-
-- Connect remote teams to a shared private cloud network
-- Set up your own WireGuard VPN
-- Block egress traffic from your devices to specific IPs and CIDR ranges
-- Connect remote teams to a secure virtual LAN
-
-## Requirements
-
-FireZone currently supports the following Linux distros:
-
-- CentOS: `7`, `8`
-- Ubuntu: `18.04`, `20.04`
-- Debian: `10`, `11`
-- Fedora: `33`, `34`
-
-If your distro isn't listed here please [open an issue](https://github.com/firezone/firezone/issues/new/choose) and we'll look into adding it.
-
-FireZone requires a valid SSL certificate and a matching DNS record to run in production.
-
-## Install
+# Deploying and Configuring
1. Download the relevant package for your distribution from the [releases page](https://github.com/firezone/firezone/releases)
2. Install with `sudo rpm -i firezone-.rpm` or `sudo dpkg -i firezone-.deb` depending on your distribution. This will unpack the application and set up necessary directory structure.
@@ -49,7 +51,7 @@ FireZone requires a valid SSL certificate and a matching DNS record to run in pr
6. Finally, create an admin user with `sudo firezone-ctl create_admin`. Check the console for the login credentials.
7. Now you should be able to log into the web UI at `https://`
-## Usage
+# Using Firezone VPN
Your FireZone installation can be managed via the `firezone-ctl` command, as shown below. Most subcommands require prefixing with `sudo`.
@@ -103,7 +105,22 @@ Service Management Commands:
Send the services a USR2.
```
-## Architecture
+## Requirements
+
+FireZone currently supports the following Linux distros:
+
+- CentOS: `7`, `8`
+- Ubuntu: `18.04`, `20.04`
+- Debian: `10`, `11`
+- Fedora: `33`, `34`
+
+If your distro isn't listed here please [open an issue](https://github.com/firezone/firezone/issues/new/choose) and we'll look into adding it.
+
+FireZone requires a valid SSL certificate and a matching DNS record to run in production.
+
+# Architecture
+
+
FireZone is written in the Elixir programming language and composed as an [Umbrella
project](https://elixir-lang.org/getting-started/mix-otp/dependencies-and-umbrella-projects.html)
@@ -111,14 +128,21 @@ consisting of three independent applications:
- [apps/fz_http](apps/fz_http): The Web Application
- [apps/fz_wall](apps/fz_wall): Firewall Management Process
-- [apps/fz_vpn](apps/fz_vpn): WireGuard Management Process
+- [apps/fz_vpn](apps/fz_vpn): WireGuard™ Management Process
For now, FireZone assumes these apps are all running on the same host.
[Chef Omnibus](https://github.com/chef/omnibus) is used to bundle all FireZone dependencies into a single distributable Linux package.
-## Contributing
+# Getting Support
+For help, feedback or contributions please join our [Slack group](https://admin.typeform.com/form/rpMtkZw4/create?block=a9c11a46-1dcf-4155-b447-0d8ce5700d5f). We're actively working to improve Firezone, and the Slack group is the best way to coordinate our efforts.
-See [CONTRIBUTING.md](CONTRIBUTING.md).
-WireGuard is a registered trademark of Jason A. Donenfeld.
+## Developing and Contributing
+
+- See [CONTRIBUTING.md](CONTRIBUTING.md).
+- Report issues and bugs in [this Github project]().
+
+## License
+
+WireGuard™ is a registered trademark of Jason A. Donenfeld.
diff --git a/apps/fz_http/assets/static/images/logo-text.png b/apps/fz_http/assets/static/images/logo-text.png
new file mode 100644
index 000000000..986957892
Binary files /dev/null and b/apps/fz_http/assets/static/images/logo-text.png differ