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
How to optimize product page based on amazon review analysis

Real customer feedback is the fastest way to find out what buyers actually want. Hidden inside those paragraphs are the answers to everything: what they hate, what they love, and how they are actually using the product.Many sellers make the mistake of just chasing a high number of reviews. But the s

Jan 28, 2026
Read more
Voice-of-customer
The Ultimate List of Amazon Seller Resources to Bookmark in 2026

As we settle into 2026, e-commerce has fully cemented itself as the dominant force in global retail. But with this growth comes a massive influx of new sellers, sophisticated AI competitors, and constantly shifting algorithms. This means the landscape changes fast—sometimes overnight.The bad news: A

Jan 28, 2026
Read more
Voice-of-customer
The 5 Best Amazon Seller Tools You Need This Year

Tools like Jungle Scout and Helium 10 revolutionized the industry by giving sellers access to powerful sales data. They remain essential for validating market demand and checking revenue.But having access to the same data as everyone else creates a new challenge: How do you differentiate your produc

Jan 27, 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