Destroyed Add new users to the T Pot WebUI (markdown)

Marco Ochse 2024-04-23 15:22:35 +02:00
parent c1d0aaab4f
commit fefb37da92

@ -1,14 +0,0 @@
The T-Pot WebUI is reachable via <ip>:64297 and is served by a docker container running NGINX.
To add a new user just follow these steps:
```
sudo su -
systemctl stop tpot
htpasswd /data/nginx/conf/nginxpasswd <username>
> New password:
> Re-type new password:
> Adding password for user foobar
systemctl start tpot
```
If you want to remove users you just modify `nginxpasswd` with `vi` or any other editor and restart T-Pot again.