How to Install Monica Using LinuxServer Image on Your Synology NAS

How to Install Monica Using LinuxServer Image on Your Synology NAS

Monica is an open-source web application to organize and record your interactions with your loved ones. We call it a PRM, or Personal Relationship Management. Think of it as a CRM (a popular tool used by sales teams in the corporate world) for your friends or family. Monica allows people to keep track of everything that’s important about their friends and family. Like the activities with them. When you last called someone and what you talked about. It will help you remember the name and the age of their kids. It can also remind you to call someone you haven’t talked to in a while Monica is an open source personal relationship management system, that lets you document your life. On January 22, 2024, LinuxServer released a new Monica image in their repository. In this step by step guide I will show you how to install Monica using LinuxServer Image on your Synology NAS using Docker & Portainer.

💡Note: This guide works perfectly with the latest Monica v4.0.0 release.

💡Note: Check out my previous Monica v4.0.0 guide with the official Monica Image.

  • STEP 1

Please Support My work by Making a Donation.

  • STEP 2

Install Portainer using my step by step guide. If you already have Portainer installed on your Synology NAS, skip this STEP. Attention: Make sure you have installed the latest Portainer version.

  • STEP 3

Make sure you have a synology.me Wildcard Certificate. Follow my guide to get a Wildcard Certificate. If you already have a synology.me Wildcard certificate, skip this STEP.

  • STEP 4

Go to Control Panel / Login Portal / Advanced Tab / click Reverse Proxy. Follow the instructions in the image below.

How to Install Monica Using LinuxServer Image on Your Synology NAS 1

  • STEP 5

Now click the “Create” button. Follow the instructions in the image below.

How to Install Monica Using LinuxServer Image on Your Synology NAS 2

  • STEP 6

After you click the Create button, the window below will open. Follow the instructions in the image below.

On the General area, set the Reverse Proxy Name description: type in Monica. After that, add the following instructions:

Source:
Protocol: HTTPS
Hostname: monica.yourname.synology.me
Port: 443

Check Enable HSTS

Destination:
Protocol: HTTP
Hostname: localhost
Port: 4166

How to Install Monica Using LinuxServer Image on Your Synology NAS 3

  • STEP 7

On the Reverse Proxy Rules click the Custom Header tab. Click Create and then, from the drop-down menu, click WebSocket. After you click on WebSocket, two Header Names and two Values will be automatically added. Click Save. Follow the instructions in the image below.

Synology Proxy WebSocket

  • STEP 8

Go to Control Panel / Network / Connectivity tab/ Check Enable HTTP/2 then click Apply. Follow the instructions in the image below.

How to Install Monica Using LinuxServer Image on Your Synology NAS 4

  • STEP 9

Go to Control Panel / Security / Advanced tab/ Check Enable HTTP Compression then click Apply. Follow the instructions in the image below.

How to Install Monica Using LinuxServer Image on Your Synology NAS 5

  • STEP 10

Go to File Station and open the docker folder. Inside the docker folder, create one new folder and name it monica. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.

How to Install Monica Using LinuxServer Image on Your Synology NAS 6

  • STEP 11

Now create two new folders inside the monica folder that you created at STEP 10 and name them data and db. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.

How to Install Monica Using LinuxServer Image on Your Synology NAS 7

  • STEP 12

Follow my step by step guide on how to activate SMTP for your Gmail account. This step is mandatory. Note: If you don’t want to use the easiest way for SMTP with Google and you already have SMTP details from your own Mail Server, you can just skip this STEP and use your personalized email SMTP details instead.

  • STEP 13

Log into Portainer using your username and password. On the left sidebar in Portainer, click on Stacks then + Add stack. Follow the instructions in the image below.

1 Synology Portainer Add Stack

  • STEP 14

In the Name field type in monica. Follow the instructions in the image below.

Note: Copy Paste the code below in the Portainer Stacks Web editor.

version: "3.9"
services:
  monica:
    image: ghcr.io/linuxserver/monica:latest
    container_name: Monica
    security_opt:
      - no-new-privileges:true
    healthcheck:
     test: curl -f http://localhost:80/ || exit 1
    depends_on:
      - db
    ports:
      - 4166:80
    environment:
      PUID: 1026
      PGID: 100
      TZ: Europe/Bucharest
      DB_PORT: 3306
      DB_HOST: db
      DB_USERNAME: monicauser
      DB_PASSWORD: monicapass
      DB_DATABASE: monica
      APP_ENV: production
      APP_URL: monica.yourname.synology.me
      TRUSTED_PROXIES: "*"
      MAIL_MAILER: smtp
      MAIL_HOST: smtp.gmail.com
      MAIL_PORT: 587
      MAIL_USERNAME: Your-own-gmail-address
      MAIL_PASSWORD: Your-own-app-password
      MAIL_ENCRYPTION: tls
      MAIL_FROM_ADDRESS: Your-own-gmail-address
      MAIL_FROM_NAME: Monica
      APP_DISABLE_SIGNUP: false
    volumes:
      - /volume1/docker/monica/data:/config:rw
    restart: on-failure:5

  db:
    container_name: Monica-DB
    image: mariadb:11.3-jammy
    security_opt:
      - no-new-privileges:true
    environment:
      MYSQL_ROOT_PASSWORD: rootpass
      MYSQL_DATABASE: monica
      MYSQL_USER: monicauser
      MYSQL_PASSWORD: monicapass
      TZ: Europe/Bucharest
    volumes:
      - /volume1/docker/monica/db:/var/lib/mysql:rw
    restart: on-failure:5

Note: Before you paste the code above in the Web editor area below, change the value numbers for PUID and PGID with your own values. (Follow my step by step guide on how to do this.)
Note: Before you paste the code above in the Web editor area below, change the value for TZ. (Select your current Time Zone from this list.)
Note: On the Environment variables change the value for APP_URL. Type in your own synology.me DDNS that you have previously created at STEP 6 without https at the beginning.
Note: Before you paste the code above in the Web editor area below, change the value for MAIL_USERNAME and type in your own Gmail address. STEP 12.
Note: Before you paste the code above in the Web editor area below, change the value for MAIL_PASSWORD and type in your own Gmail app passwordSTEP 12.
Note: Before you paste the code above in the Web editor area below, change the value for MAIL_FROM_ADDRESS and type in your own Gmail address. STEP 12.

How to Install Monica Using LinuxServer Image on Your Synology NAS Portainer 1

  • STEP 15

Scroll down on the page until you see a button called Deploy the stack. Click on it. Follow the instructions in the image below. The installation process can take up to a few minutes. It will depend on your Internet speed connection.

How-to-Install-Monica-Using-LinuxServer-Image-on-Your-Synology-NAS-Portainer-2-new-2025

  • STEP 16

If everything goes right, you will see this message at the top right of your screen: “Success Stack successfully deployed“.

How to Install Monica Using LinuxServer Image on Your Synology NAS Portainer 3

  • STEP 17

Your Monica instance will be orange with the Unhealthy State. The State will turn Healthy in approximately 5-10 minutes which is how long the Monica installations takes. Refresh the browser page from time to time until you see the State turn green.

  • STEP 18

Go back to STEP 1 or you will deal with karma 🙂.

  • STEP 19

The installation process can take up to a few seconds/minutes. Please wait approximately 5 minutes or you will get a blank synology error page if you try to connect too soon. Now open your browser and type in your HTTPS/SSL certificate like this https://monica.yourname.synology.me In my case it’s https://monica.mariushosting.synology.me If everything goes right, you will see the Monica main registration page. Type in your own Email, First Name and Last name. Choose a password then confirm it. Check the box to agree to the Terms of use, then click Register. Follow the instructions in the image below.

How to Install Monica Using LinuxServer Image on Your Synology NAS 8

  • STEP 20

Add your first contact. Follow the instructions in the image below.

How to Install Monica Using LinuxServer Image on Your Synology NAS 9

  • STEP 21

After you have added your first contact at STEP 20, click Stay in touch. Follow the instructions in the image below.

How to Install Monica Using LinuxServer Image on Your Synology NAS 10

  • STEP 22

Monica can remind you by email to keep in touch with the people you like. Follow the instructions in the image below.

How to Install Monica Using LinuxServer Image on Your Synology NAS 11

  • STEP 23

You can also invite someone to help you with your Monica instance. At the top right of the page, click the settings gear icon. A new left sidebar will open. Click Users then Invite someone. Follow the instructions in the image below.

How to Install Monica Using LinuxServer Image on Your Synology NAS 12

  • STEP 24

Type in the email of the person you want to invite then check to confirm. Click invite user by email. Follow the instructions in the image below.

How to Install Monica Using LinuxServer Image on Your Synology NAS 13

Tell your friend to check his email.

How to Install Monica Using LinuxServer Image on Your Synology NAS 14

  • STEP 25

If you want to disable user registration in Monica, just change the following line in the compose at STEP 14:

APP_DISABLE_SIGNUP: false

with the following one:

APP_DISABLE_SIGNUP: true

Click update the stack to update the settings. From this point on, any user that will try to register a new account in Monica will be rejected.

Enjoy Monica!

🆘TROUBLESHOOTING

If you encounter issues by using this container, make sure to check out the Common Docker issues article.

Note: Can I run Docker on my Synology NAS? See the supported models.
Note: How to Back Up Docker Containers on your Synology NAS.
Note: Find out how to update the Monica container with the latest image.
Note: How to Free Disk Space on Your NAS if You Run Docker.
Note: How to Schedule Start & Stop For Docker Containers.
Note: How to Activate Email Notifications.
Note: How to Add Access Control Profile on Your NAS.
Note: How to Change Docker Containers Restart Policy.
Note: How to Use Docker Containers With VPN.
Note: Convert Docker Run Into Docker Compose.
Note: How to Clean Docker.
Note: How to Clean Docker Automatically.
Note: Best Practices When Using Docker and DDNS.
Note: Some Docker Containers Need WebSocket.
Note: Find out the Best NAS Models For Docker.
Note: Activate Gmail SMTP For Docker Containers.

This post was updated on Friday / April 12th, 2024 at 12:47 AM