mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
bitwarden_rs.service is running active but inaccessible from web #673
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rooneyviet on GitHub (Apr 4, 2020).
I'm installing bitwarden_rs to my Ubuntu 18.04 VPS.
using this https://github.com/dani-garcia/bitwarden_rs/wiki/Building-binary
and setup service https://github.com/dani-garcia/bitwarden_rs/wiki/Setup-as-a-systemd-service
it's start successfully
systemctl status bitwarden_rs.service -l ● bitwarden_rs.service Loaded: loaded (/etc/systemd/system/bitwarden_rs.service; disabled; vendor preset: enabled) Active: active (running) since Sat 2020-04-04 06:45:18 EDT; 6min ago Apr 04 06:45:18 vps292651 systemd[1]: Started bitwarden_rs.service. Apr 04 06:45:18 vps292651 bitwarden_rs[1457]: /--------------------------------------------------------------------\ Apr 04 06:45:18 vps292651 bitwarden_rs[1457]: | Starting Bitwarden_RS | Apr 04 06:45:18 vps292651 bitwarden_rs[1457]: | Version 1.14.1-843604c9 | Apr 04 06:45:18 vps292651 bitwarden_rs[1457]: [2020-04-04 06:45:18][start][INFO] Rocket has launched from http://127.0.0.1:80but when I go to the website http://my-ip-address (from my PC) nothing load, "Unable to connect"
here is my config file
/etc/bitwarden_rs.env
service file
sudo lsof -n | grep TCP | grep LISTEN
sudo ufw status verbose
I tried temporary disable ufw, reboot server, reload bitwarden.service, ... but no success
Btw I did try install from docker
and it loaded fine.
now I'm trying installing without docker.
@rooneyviet commented on GitHub (Apr 5, 2020):
I finally got it running
I deleted everything and started over again
then I think it need to ufw allow 80/tcp , rather than only allow 80