-
Notifications
You must be signed in to change notification settings - Fork 29
Getting Started
Bernd Schoolmann edited this page Dec 30, 2023
·
8 revisions
To get started, run:
goldwarden setup polkit
.
goldwarden setup systemd
in order to make sure that the daemon automatically starts on boot, and that the polkit permission required for system authentication is available.
Next, set a pin for your vault:
goldwarden set pin
And, if you have a custom server, configure the endpoints:
goldwarden config set-api-url https://my.bitwarden.domain/api
goldwarden config set-identity-url https://my.bitwarden.domain/identity
goldwarden config set-notifications-url https://my.bitwarden.domain/notifications
Finally, you can login:
goldwarden vault login --email <email>