nginx-proxy-manager/docs
2021-06-14 19:45:28 +10:00
..
.vuepress Version 3 starter 2021-06-14 19:45:28 +10:00
advanced-config Updated docs for docker restart policy 2021-06-08 08:48:26 +10:00
faq Update github templates and docs 2021-02-17 20:18:12 +10:00
guide v2.2.0 New Brand (#319) 2020-03-11 16:54:10 +10:00
screenshots v2.2.0 New Brand (#319) 2020-03-11 16:54:10 +10:00
setup Version 3 starter 2021-06-14 19:45:28 +10:00
third-party Update github templates and docs 2021-02-17 20:18:12 +10:00
upgrading Added upgrade steps 2021-03-17 08:58:45 +10:00
.gitignore Version 3 starter 2021-06-14 19:45:28 +10:00
package.json Bump css-what from 3.3.0 to 5.0.1 in /docs 2021-06-09 19:18:07 +00:00
README.md Version 3 starter 2021-06-14 19:45:28 +10:00
yarn.lock Merge pull request #1136 from jc21/dependabot/npm_and_yarn/docs/ws-7.4.6 2021-06-11 12:11:30 +10:00

home heroImage actionText actionLink footer
true /logo.png Get Started → /guide/ MIT Licensed | Copyright © 2016-2021 jc21.com

Get Connected

Expose web services on your network · Free SSL with Let's Encrypt · Designed with security in mind · Perfect for home networks

Proxy Hosts

Expose your private network Web services and get connected anywhere.

Beautiful UI

Based on Tabler, the interface is a pleasure to use. Configuring a server has never been so fun.

Free SSL

Built in Lets Encrypt support allows you to secure your Web services at no cost to you. The certificates even renew themselves!

Docker FTW

Built as a Docker Image, Nginx Proxy Manager only requires a database.

Multiple Users

Configure other users to either view or manage their own hosts. Full access permissions are available.

Quick Setup

  1. Install Docker and Docker-Compose
  1. Create a docker-compose.yml file similar to this:
version: '3'
services:
  app:
    image: 'jc21/nginx-proxy-manager:3'
    ports:
      - '80:80'
      - '81:81'
      - '443:443'
    volumes:
      - ./data:/data
  1. Bring up your stack
docker-compose up -d
  1. Log in to the Admin UI

When your docker container is running, connect to it on port 81 for the admin interface.

http://127.0.0.1:81