diff --git a/Add-new-users-to-the-T-Pot-WebUI.md b/Add-new-users-to-the-T-Pot-WebUI.md deleted file mode 100644 index 287f117..0000000 --- a/Add-new-users-to-the-T-Pot-WebUI.md +++ /dev/null @@ -1,14 +0,0 @@ -The T-Pot WebUI is reachable via :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 -> 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. \ No newline at end of file