mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
Destroyed Add new users to the T Pot WebUI (markdown)
parent
c1d0aaab4f
commit
fefb37da92
1 changed files with 0 additions and 14 deletions
|
@ -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.
|
Loading…
Reference in a new issue