Skip to main content

Creating a Super User

If you don't have a super user with your Paperless-NGX installation, you can create one with a command.

docker compose exec -it <PAPERLESS CONTAINER> createsuperuser

> Username (leave blank to use 'paperless'): 
> Email address: 
> Password: 
> Password (again):
> Superuser created successfully.