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

E-commerce
Best Places to Sell Clothes Online in 2025: Ultimate Guide for Used, Designer, and Kids’ Apparel

The landscape of online clothing resale has transformed dramatically, reflecting new waves of sustainability, personal entrepreneurship, and the digital empowerment of everyday sellers. Navigating where, what, and how to sell used, designer, or children’s clothes in 2025 isn’t just about cleaning ou

Dec 19, 2025
Read more
E-commerce
How to Resell on Amazon in 2025: The Definitive Deep Dive for Maximum Profit

Amazon’s third-party marketplace is a retail force unrivaled in scale and influence, enabling entrepreneurial individuals and businesses to tap into the world’s biggest online storefront. In 2025, reselling on Amazon remains one of the most lucrative business models available to independent sellers,

Dec 19, 2025
Read more
E-commerce
Alibaba Alternatives in 2025: Finding the Best B2B Sourcing Platforms

In the dynamic arena of global trade, B2B e-commerce platforms have transformed how businesses connect with suppliers, evaluate products, and scale their operations worldwide. While Alibaba has long stood as the hallmark of B2B procurement, savvy buyers now look beyond its familiar territory for alt

Dec 19, 2025
Read more
VOC AI Inc. 160 E Tasman Drive Suite 202 San Jose, CA, 95134 Copyright © 2025 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