You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
660 B
Markdown

# Zer.ooo
8 years ago
8 years ago
The open-source OpenVPN manager, or VaaS: VPN as a Service.
8 years ago
## What is it?
8 years ago
8 years ago
Zer.ooo aims to simplify the management of your OpenVPN servers and certificates. It allows you to easily create new certificates and it automates a large part of the CA and the server provisioning process.
8 years ago
8 years ago
## How do I use it?
8 years ago
8 years ago
If you have an invite code, feel free to register at [zer.ooo](https://zer.ooo). You can also set up zer.ooo on your own server (Vagrant and Virtualbox required).
8 years ago
8 years ago
1. Run `git clone` in your local folder
2. Run `vagrant up`
3. Run `vagrant provision`
4. Run `./bin/setup_web`
8 years ago
5. Go to localhost:8888 and follow the installation instructions.
8 years ago