Table Of Contents

Next topic

Features

This Page

Welcome to SFLvault!

_images/sflvault-logo-tagline.png

SFLvault is a Networked credentials store and authentication manager developed and maintained by Savoir-faire Linux.

It has a client/vault (server) architecture allowing encrypted storage and organization of a multitude passwords for different machines and services.

This website contains all the documentation for SFLvault. To keep track of its development please follow us on:

Download the client

Ubuntu until version 12.04

SFLvault is provided by Savoir-faire Linux’s PPA

First make sure you have the required tools to manage PPAS:

$ sudo apt-get install python-software-properties

Install the ppa:

$ sudo add-apt-repository ppa:savoirfairelinux/sflvault

And run:

$ sudo apt-get update
$ sudo apt-get install sflvault-client

If you would rather have the Qt client:

$ sudo apt-get update
$ sudo apt-get install sflvault-client-qt

Ubuntu version 12.10 and upper

First install pip:

$  sudo apt-get install python-pip python-dev build-essential

And run:

$  sudo pip install SFlvault-client

Fedora

Install the repository:

$ sudo yum install https://yum.savoirfairelinux.com/sflvault/f19/x86_64/sflvault-release-1-1.noarch.rpm
$ sudo yum install sflvault-client

You can also install the graphical client:

$ sudo yum install sflvault-client-qt

Other

Install from the Python package index:

$ sudo pip install SFlvault-client

Install the server

Production setup

Indices and tables