Vaultwarden Password Manager: A Step-by-Step Guide
Tech Slice
In this video, I am going over the process of installing and using Vaultwarden, an open-source password manager that allows you to securely store your passwords and other sensitive information.
Installation commands:
curl -sSL https://get.docker.com | sh sudo usermod -aG docker techslice sudo reboot sudo apt update && sudo apt upgrade -y sudo docker pull portainer/portainer
sudo docker run -d -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer
docker pull vaultwarden/server:latest
docker run -d --name vaultwarden -v /vw-data/:/data/ -p 8080:80 vaultwarden/server:latest
ifconfig
Raspberry IP:9000
bitwardenrs/server:latest
ADMIN_TOKEN
openssl rand -base64 48
SIGNUPS_ALLOWED = false
#vaultwarden #bitwarden #lastpass ... https://www.youtube.com/watch?v=Ft3LU-Ph0Ig
57638589 Bytes