DEV Community

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

Posted on

2 1

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

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay