For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation Checklist

The legacy Vault backend is planned for deprecation in future releases. If you're still on Vault, see Migrating from Vault to Git to switch to the recommended Git backend.

New Vault Teams server

Download the required files

Installation

>cd /opt/hexvault
>cp .../path/to/hexvault.crt .
>cp .../path/to/hexvault.key .
>cp .../path/to/teams_server_*.hexlic .
>chown hexvault:hexvault hexvault.crt hexvault.key teams_server_*.hexlic
>chmod 640 hexvault.crt hexvault.key teams_server_*.hexlic

In case of startup problems, check the troubleshooting section.

Creating the administrator

At that point you can create users, groups, ...

Last updated

Was this helpful?