Password Pusher is available to use at pwpush.com or can be self-hosted with one of the sources listed below.

Note: There is also a large number of 3rd party tools from mobile apps to CLI utilities to interface with Password Pusher (wherever it is hosted) through the bundled JSON API.

Installation Sources

Password Pusher is available from the following sources:

Password Pusher is also offered by various hosting providers such as PikaPods & Heroku. It can also be run in Google Cloud, Microsoft Azure or Amazon AWS.

See the full Installation documentation for details

Run Your Own Instance Now

The quickest way to get up and running with Password Pusher is to simply run the Docker container:

docker run -d -p "5100:5100" pglombardo/pwpush:latest

…and visit http://localhost:5100/ in your browser.

Tip: This is the full application running on port 5100 with an ephemeral database (lost on container restart). If you want a production ready install with a database and automatic SSL, see the next section.

Continue on for the full installation instructions…

Updated: