Back to Blog
April 18, 2024

FreeScout - Open Source, Self Hosted Team and Client Communication based on Team Email Access

FreeScout - Open Source, Self Hosted Team and Client Communication based on Team Email Access

In this tutorial, we will learn how to install and use FreeScout, a free and open source team email system. We will cover setting up FreeScout on a local network, configuring a reverse proxy, and sending and receiving emails.

Prerequisites

To follow along with this tutorial, you will need the following:

* A Linux server with Docker installed

* A domain name and a web hosting provider

* An email server

Installing FreeScout

To install FreeScout, we will use the following Docker command:

```

docker pull tiredofit/freescout

```

Once the image has been pulled, we can start the FreeScout container by running the following command:

```

docker run -d --name freescout -p 80:80 tiredofit/freescout

```

This will start the FreeScout container and expose port 80 on the host machine.

Configuring a Reverse Proxy

In order to access FreeScout from the internet, we will need to configure a reverse proxy. We will use Nginx Proxy Manager for this purpose.

To install Nginx Proxy Manager, we will use the following script:

```

curl -sL https://raw.githubusercontent.com/jc21/docker-compose-nginx-proxy-manager/master/install.sh | sh

```

Once the script has been run, we can start the Nginx Proxy Manager container by running the following command:

```

docker run -d --name nginx-proxy -p 8080:8080 jwilder/nginx-proxy

```

This will start the Nginx Proxy Manager container and expose port 8080 on the host machine.

Configuring FreeScout

To configure FreeScout, we will need to edit the `docker-compose.yaml` file.

First, we need to change the port mapping from `80` to `8080`. This is because we will be accessing FreeScout through the Nginx Proxy Manager.

```

version: '2'

services:

freescout:

image: tiredofit/freescout

ports:

- 8080:80

```

Next, we need to change the `url` setting to the domain name that we purchased.

```

version: '2'

services:

freescout:

image: tiredofit/freescout

ports:

- 8080:80

environment:

url: https://freescout.example.com

```

Finally, we need to save the `docker-compose.yaml` file and restart the FreeScout container.

```

docker restart freescout

```

Sending and Receiving Emails

Now that FreeScout is configured, we can send and receive emails.

To send an email, we can use the following command:

```

echo "Subject: Test Email" | mail -s "Test Email" freescout@example.com

```

This will send an email to the `freescout@example.com` email address with the subject "Test Email".

To receive an email, we can log in to the FreeScout web interface and click on the "Inbox" tab. We will see all of the emails that have been sent to the `freescout@example.com` email address.

We can also reply to emails from the FreeScout web interface. To do this, we simply click on the email that we want to reply to and type our reply in the text box at the bottom of the page. When we are finished typing our reply, we can click on the "Send" button.

Conclusion

In this tutorial, we learned how to install and use FreeScout, a free and open source team email system. We covered setting up FreeScout on a local network, configuring a reverse proxy, and sending and receiving emails.

Related Articles

Voice-of-customer
6 Best Amazon Listing Optimization Tools 2026 : Actually Fix Low Conversions

Getting traffic to your Amazon listing is only half the battle. The real frustration comes when you see thousands of impressions but a conversion rate that sits flat at 2%.Most sellers fail not because their product is bad, but because their listing fails to "speak" to the buyer's specific needs or

Feb 13, 2026
Read more
Voice-of-customer
7 Best Amazon Competitor Analysis Tools 2026: Outsmart the Digital Shelf

Most Amazon sellers fail not because they have a bad product, but because they are "blind" to their competition. In 2026, the marketplace has evolved; simply tracking a few keywords isn't enough. You need to understand your competitor’s sales psychology, their supply chain gaps, and—most importantly

Feb 11, 2026
Read more
Voice-of-customer
How to Handle Amazon Negative Reviews

In the competitive landscape of Amazon, managing negative reviews is often the ultimate pain point for sellers. Traditionally, operations teams have been stuck in a reactive cycle: relying on manual checks that are not only labor-intensive but also prone to missing the "golden window" for damage con

Feb 10, 2026
Read more
VOC AI Inc. 160 E Tasman Drive Suite 202 San Jose, CA, 95134 Copyright © 2026 VOC AI Inc.All Rights Reserved. Terms & Conditions Privacy Policy
This website uses cookies
VOC AI uses cookies to ensure the website works properly, to store some information about your preferences, devices, and past actions. This data is aggregated or statistical, which means that we will not be able to identify you individually. You can find more details about the cookies we use and how to withdraw consent in our Privacy Policy.
We use Google Analytics to improve user experience on our website. By continuing to use our site, you consent to the use of cookies and data collection by Google Analytics.
Are you happy to accept these cookies?
Accept all cookies
Reject all cookies