How to Install Portainer on Your Synology NAS

How to Install Portainer on Your Synology NAS

Portainer is a lightweight management UI which allows you to easily manage your Docker host or Swarm cluster. Portainer is meant to be as simple to deploy as it is to use. It consists of a single container that can run on any Docker engine (Docker for Linux, Docker for Synology DSM and Docker for Windows are all supported). Portainer allows you to manage your Docker stacks, containers, images, volumes, networks and more! It is compatible with the standalone Docker engine and with Docker Swarm. In this step by step guide I will show you how to install Portainer on your Synology NAS using Docker. This guide works perfectly for the latest Portainer CE 2.19.4 release.

šŸš€Recommended Portainer Guide:Ā Synology: Portainer Install Using Task Scheduler & Docker.

šŸ’”Note: The guide below works perfectly, but requires terminal. The guide above does not require terminal.

  • STEP 1

Please Support My work by Making a Donation.

  • STEP 2

Install Container Manager via Synology ā€œPackage Centerā€. If you run an older DSM version (under 7.2), search for Docker instead of Container Manager.

Download Container Manager Synology Docker

  • STEP 3

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

Portainer Install Synology NAS Set up 1 2023

  • STEP 4

Go toĀ Control Panel / Terminal & SNMP / Terminal tab. Check Enable SSH service on port 22 then click Apply. Follow the instructions in the images below.

Activate SSH port 22 Portainer Synology NAS

  • STEP 5

Now open Windows Command Prompt Client. Search for command prompt on your Windows PC. Follow the instructions in the image below. You can also use the PuTTY Client or Mac Z Shell (Client) if you are a Mac user. Refer to this guide if you are a beginner: How to SSH into a Synology NAS

5 Portainer Synology Command Prompt

  • STEP 6

On Windows 10, open Command Prompt or use PuTTY or Mac Z Shell and type ssh yourNASusername@yourNASip -p22 then enter. Follow the instructions in the image below.

6 Portainer Synology Command Prompt client

  • STEP 7

In Command Prompt, this message “Are you sure you want to continue connecting (yes/no)?” can sometimes appear, so type yes then enter. Follow the instructions in the image below.

7 Portainer Synology Command Prompt

  • STEP 8

After you press enter, you will be prompted to type in your NAS password. Type it in and press enter. Your command prompt will look like this:

8 Portainer Synology Command Prompt

  • STEP 9

Now type:

sudo su -

Then press enter. Follow the instructions in the image below.
The su command switches to root user with high privileges.

9 Portainer Synology Command Prompt

  • STEP 10

After you press enter, you will be prompted to type in your NAS password then press enter. Now you have full root access to your NAS. Follow the instructions in the image below.

  • STEP 11

Copy/Paste the code below in your client then press enter.

docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /volume1/docker/portainer:/data portainer/portainer-ce

Follow the instructions in the image below.

11a Portainer Synology Command Prompt

  • STEP 12

After you press enter, the installation of the docker portainer image will start and should be done in a few seconds or minutes, depending on your Internet speed connection. Follow the instructions in the image below. At this step, you can also install Watchtower or Ouroboros to automatically update containers on your Docker.

12b Portainer Synology Command Prompt

  • STEP 13

Open your browser and type inĀ http://Synology-ip-address:9000/ Follow the instructions in the image below. Choose an Username and a strong Password, confirm the password then press Create user.

Portainer Install Synology NAS Set up 1

  • STEP 14

Click Get Started (Proceed using the local environment which Portainer is running it). Follow the instructions in the image below.

Portainer Install Synology NAS Set up 2 2023

  • STEP 15

Go back toĀ STEP 1Ā or you will deal with karma šŸ™‚

  • STEP 16

On the right Environments, click on the little pencil. Follow the instructions in the image below.

Portainer Install Synology NAS Set up 3 2023

  • STEP 17

After you click on the little pencil a new page will open. On the Public IP area type in your own NAS Local IP which, in my case, is 192.168.1.18 then click UpdateĀ environment. Follow the instructions in the image below.

Portainer Install Synology NAS Set up 4 2023

  • STEP 18

If everything goes right, you will see this message at the top right of your screen: “Environment updated“.

Portainer Install Synology NAS Set up 5 2023

Enjoy Portainer!

Portainer Install Synology NAS Set up 6 2023

Note: If you want to run the Portainer container over HTTPS check How to Run Docker Containers Over HTTPS.

Note: Find outĀ how to update Portainer container with the latest image.
Note: I recommend you use Reverse Proxy to allow Portainer to work over an HTTPS connection.
Note: Can I run Docker on my Synology NAS?Ā See the supported models.
Note: CE stands for Community Edition.
Note: Now you can start adding more containers on your Synology Docker and have much more control over them using Portainer.
Note: If you receive the message: “Failure Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?” This happens when you try to install Portainer using the Docker Package through registry on your NAS without following the step by step guide in this article, especially STEP 11.

Synology-portainer-error-failure-Cannot-connect-to-the-Docker-daemon-at

This post was updated on Wednesday / December 6th, 2023 at 1:44 AM