Install Nginx Proxy Manager on a Raspberry Pi 4

Install Nginx Proxy Manager on a Raspberry Pi 4

In diy, OpenMediaVault, Raspberry Pi, Tutorials, Video by dbtech

In this post we’ll look at how to Install Nginx Proxy Manager on a Raspberry Pi 4.

We’re going to use the setup from nginxproxymanager.com, but we’re going to change one thing: the database.

The database that is being used in the docker-compose file on the site isn’t compatible with ARM processors, so we’ll need to change that in a bit.

But first, we need to get logged in to our Raspberry Pi via SSH. This tutorial assumes that you already have Docker and Portainer installed, most likely via OpenMediaVault.

Once you’re logged in via SSH, create a folder called nginx and a new file called docker-compose.yml.

Then head over to https://nginxproxymanager.com/ and find the section on the home page called “Quick Setup”.

Copy the contents of the code block from there into your docker-compose.yml file and make any changes you need for your volume locations.

Save and close the file.

Then, to deploy the new container, you can enter the following in your terminal:

sudo docker-compose up -d

Normally we wouldn’t run this as sudo, but there have been incidents where an error comes up about Docker being installed in a non-standard location and running this as sudo seems to get around that.

Once everything has deployed in the terminal screen, you can jump over to Portainer and take a look at the logs for the nginx_app (or similarly named) and make sure that everything has completed.

If the last line of the logs is this:

Creating a new JWT key pair...

Then you need to wait a bit longer for things to finish up.

Once everything has finished, you can go to http://your-server-address:81

The default login credentials are:

Username: [email protected]
Password: changeme

Once you’re logged in, you’ll be prompted to change the username and password.

That’s it! Now you’ve got NGINX Proxy Manager installed on a Raspberry Pi 4!

OpenMediaVault Tutorials

If you’re interested in other tutorials for your home server, check here: https://dbtechreviews.com/category/openmediavault/