Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.
dinger1986 edited this page Sep 12, 2020 · 1 revision

Welcome to the bitwardenrs_install_script wiki!

This installs BitWarden_RS on Ubuntu 20.04 with SQLite, configures firewall and enables fail2ban.

Requirements 1GB Ram (perhaps overspec'd for running BitWarden_RS but much less compile will take to long. It already takes quite a while to run the script)

Prerequisites Ubuntu 20.04 Create non root user DNS record created on domain (you can get free domains from freenom.com) pointed to your external IP Ports 80, 443 and 22 opened on your firewall pointed to the deployment machine

  1. If logged in as root add a user using these commands prior to install: $ adduser bitwardenrs $ usermod -a -G sudo bitwardenrs

  2. Switch to bitwardenrs user (script won't run as root) $ su bitwardenrs

  3. Change Directory to bitwardenrs home $ cd ~/

  4. Download the install script from github $ wget

  5. Set Script as executable $ chmod +x bitwardenrs.sh

  6. Run script $ ./bitwardenrs.sh

  7. Fill in info as requested as the script runs

  8. Once complete go to https://yourdomain/admin

Clone this wiki locally