DEV Community

Cover image for How to set Authentication for Supervisor (monitoring tool)
Kian Ashnad
Kian Ashnad

Posted on

How to set Authentication for Supervisor (monitoring tool)

By default, Supervisor shows your processes to everyone, but if you want to set Username and Password for that, continue reading the post.

  1. Open the config file
sudo nano /etc/supervisord.conf
Enter fullscreen mode Exit fullscreen mode
  1. Find the lines including username and password and set your username and password there:
username = user
password = 123
Enter fullscreen mode Exit fullscreen mode
  1. Save the file and exit.

Tadaaaa, there you go.

it's gonna look like this:
a login dialog


If you liked this post, please consider following me on Twitter

Latest comments (0)