You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add alipine documentation
update README
update hardware and OS info
make information more clear
add info about multiple protocols
Remove about, this info stays only on website and project README
Update feedback & support with only relevant data, avoid duplication cross repositories
update contributions
add info about experimental docker support
remove projects dead links
Copy file name to clipboardexpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ PiVPN Documentation is powered by [MKDocs-Material](https://squidfunk.github.io/
14
14
15
15
Please refer to [MKDocs Documentation](https://www.mkdocs.org/user-guide/) and [MKDocs-Material Documentation](https://squidfunk.github.io/mkdocs-material/) for more detailed information for information on how to install or more detailed documentation
16
16
17
-
18
17
To add a new link on the navigation panel you need to edit the `mkdocs.yml` file in the root of the repo. There is a guide for building the navbar at [mkdocs wiki](https://www.mkdocs.org/user-guide/configuration/#nav)
19
18
20
19
To add a new document
@@ -24,6 +23,7 @@ To add a new document
24
23
EG. `docs/url-friendly.md` or `docs/guides/url-friendly.md`
25
24
- Edit your document using Markdown, there are loads of resources available for the correct syntax.
26
25
26
+
27
27
### Test your changes
28
28
29
29
When working on this repo, it is advised that you review your changes locally before committing them. The `mkdocs serve` command can be used to live preview your changes (as you type) on your local machine.
@@ -38,6 +38,11 @@ When working on this repo, it is advised that you review your changes locally be
38
38
* Push code to your fork `git push origin master`
39
39
* Make Pull Request
40
40
41
+
42
+
### Commit message style
43
+
44
+
when commiting changes, use [Angular commit message format](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format).
45
+
41
46
### Deployment
42
47
43
48
Once changes are merged to master branch, CI Pipeline will run and take care of everything.
* Most x86_64 (Intel and AMD) servers running a Debian or Ubuntu based distro.
10
+
* Raspberry Pi models (1/2/3/4/Zero)
11
+
* All SBC's supported by [DietPi](https://dietpi.com/).
12
+
* x86_64 (Intel and AMD) servers
14
13
15
-
## What About Octopi?
14
+
### PiVPN Supports the following systems
15
+
16
+
* Raspbian and Raspberry PI OS
17
+
* Stretch
18
+
* Buster
19
+
* Bullseye
20
+
* Ubuntu Server
21
+
* Bionic Beaver (18.04)
22
+
* Focal Fossa (20.04)
23
+
* Jammy Jellyfish (22.04)
24
+
*[DietPi](https://dietpi.com/)
25
+
*[Alpine Linux](install.md#alpine)
26
+
27
+
### What about other Debian / Ubuntu based distributions?
28
+
29
+
PiVPN may be able run and install VPN Protocols on any other Debian or Ubuntu based distributions however we do not provide support for them.
30
+
31
+
### What about docker?
32
+
33
+
Support for docker images is currently experimental and we do not provide any official images or official support. There is no ETA for full support.
34
+
35
+
### What About Octopi?
16
36
17
37
As per [Github Issue #373 on Octpi](https://github.com/guysoft/OctoPi/issues/373) OctoPi doesn't play well with PiVPN installer as they use a git wrapper that blocks it from running as root user. To disable the git wrapper please do: `sudo rm /root/bin/git`
18
38
19
-
##How do I know what changed in stable/master branch?
39
+
### Can I have Wireguard and OpenVPN at the same time?
20
40
21
-
To know what has changed in the master branch read: [CHANGELOG.md](https://github.com/pivpn/pivpn/blob/master/CHANGELOG.md)
41
+
Yes! All you have to do is to run PiVPN installation again. PiVPN will ask you what intend to do and setup everything for you. After the installation is finished all you have to do is to use `pivpn wg [options]` and `pivpn ovpn [options]` to manage each protocol.
22
42
43
+
```
44
+
# pivpn help
45
+
::: To pass off to the pivpn command for each protocol
46
+
:::
47
+
::: Usage: pivpn wg <command> [option]
48
+
::: Usage: pivpn ovpn <command> [option]
49
+
:::
50
+
::: -h, help Show this help dialog
51
+
::: -u, uninstall Uninstall pivpn from your system!
52
+
::: -bk, backup Backup VPN configs and user profiles
53
+
```
23
54
24
55
## My ISP doesn't give me a static external IP address and my server IP address keeps changing!
Copy file name to clipboardexpand all lines: docs/index.md
+21-90
Original file line number
Diff line number
Diff line change
@@ -4,50 +4,9 @@ Authors: 4s3ti
4
4
5
5
# Welcome to PiVPN Docs
6
6
7
-

8
-
9
-
## About
10
-
11
-
PiVPN is a set of shell scripts initially developed by **@0-kaladin** that serve to easily turn your Raspberry Pi (TM)
12
-
into a VPN server using two free, open-source protocols:
13
-
*[WireGuard](https://www.wireguard.com/)
14
-
*[OpenVPN](https://openvpn.net)
15
-
16
-
Have you been looking for a good guide or tutorial for setting up a VPN server on a Raspberry Pi or Ubuntu based server?
17
-
Run this script and you don't need a guide or tutorial, this will do it all for you, in a fraction of the time and with hardened security settings in place by default.
18
-
19
-
The master branch of this script installs and configures either WireGuard or OpenVPN (or both) on Raspbian, Debian or Ubuntu and it as been tested to run not only on Raspberry Pi but also in any Cloud Provider VPS.
20
-
We recommend using the latest Raspbian Lite image on a Raspberry Pi in your home so you can VPN into your home from a unsecure remote locations and safely use the internet.
21
-
However, the scripts do try to detect different distributions and make adjustments accordingly.
22
-
They should work on the majority of Ubuntu and Debian based distributions including those using UFW by default instead of raw iptables.
23
-
24
-
This script's primary mission in life is to allow a user to have a home VPN for as cost effective as possible and without being a technical wizard.
25
-
Hence the design of PiVPN to work on a Raspberry Pi ($35) and then one command installer.
26
-
Followed by easy management of the VPN thereafter with the 'pivpn' command.
27
-
That being said...
28
-
29
-
> This will also work on a free-tier Amazon AWS server using Ubuntu or Debian. I don't want to support every scenario there but getting it to run and install successfully on a free server in the cloud was also important.
30
-
Many people have untrustworthy ISP's so running on a server elsewhere means you can connect to the VPN from home and your ISP will just see encrypted traffic as your traffic will now be leaving out the Amazon infrastructure.
31
-
32
-
## Prerequisites
33
-
34
-
To follow this guide and use the script to setup a VPN, you will need to have
35
-
a Raspberry Pi Model B or later with, an SD or microSD card with Raspbian installed,
36
-
a power adapter appropriate to the power needs of your model, and an ethernet cable or wifi
37
-
adapter to connect your Pi to your router or gateway.
38
-
It is recommended that you use a fresh image of the latest Raspbian Lite from
39
-
the [Raspberry Pi's downloads page](https://raspberrypi.org/downloads), but if you don't, be sure to make a backup
40
-
image of your existing installation before proceeding.
41
-
You should also setup your Pi with a static IP address
42
-
but it is not required as the script can do this for you.
43
-
You will need to have your router forwarding UDP port 1194 or whatever custom
44
-
port you may have chose in the installer
45
-
(varies by model & manufacturer; consult your router manufacturer's documentation to do this).
46
-
Enabling SSH on your Pi is also highly recommended, so that you can run a very
47
-
compact headless server without a monitor or keyboard and be able to access it
48
-
even more conveniently.
49
-
50
-
## How it works
7
+
[](https://pivpn.io)
8
+
9
+
## How does PiVPN work?
51
10
52
11
The script will first update your APT repositories, upgrade packages, and install WireGuard (default) or OpenVPN, which will take some time.
53
12
@@ -72,64 +31,36 @@ The script will also make some changes to your system to allow it to forward int
72
31
73
32
After the installation is complete you can use the command `pivpn` to manage the server. Have a look at the [OpenVPN](https://github.com/pivpn/pivpn/wiki/OpenVPN) or [WireGuard](https://github.com/pivpn/pivpn/wiki/WireGuard) wiki for some example commands, connection instructions, FAQs, [troubleshooting steps](https://github.com/pivpn/pivpn/wiki/FAQ#how-do-i-troubleshoot-connection-issues).
74
33
34
+
---
75
35
## Feedback & Support
76
36
77
-
PiVPN is purely community driven, and we are interested in making this script work for as many people as possible, we welcome any feedback on your experience.
78
-
Please be respectful and be aware that this is maintained with our free time!
79
-
80
-
### General Guidelines
81
-
82
-
* Please check our documentation
83
-
* Please carefully read the [contributors' guide](https://github.com/pivpn/pivpn/blob/master/CONTRIBUTING.md)
84
-
* Please read the pinned posts on [Github Discussions](https://github.com/pivpn/pivpn/discussions)
85
-
* Please use Github [Github Discussions](https://github.com/pivpn/pivpn/discussions) instead of Issues
86
-
* Please provide as much information as you can
87
-
* Fill the adequate template and provide all the requested data
88
-
* If you can't find the adequate template, please ask first in any of our official channels
89
-
* The Github issues page is not intended for general support usage or feature requests
90
-
* PiVPN team may close any Discussion/Issue without any warning if they don't follow the Guidelines
91
-
92
-
### Official PiVPN Community support
37
+
Our prefered contact method is through [Github Discussions page](https://github.com/pivpn/pivpn/discussions), please make sure you read the [General Guidelines](https://github.com/pivpn/pivpn/blob/master/README.md#feedback--support) before opening any new issue or discussion.
93
38
94
-
If you have any questions or need any support, feel free to reach out at any of the following platforms
please make sure you have read all the documentation and you have reached out through the official channels! before claiming a bug!
115
-
46
+
---
116
47
## contributions
117
48
118
-
PiVPN is not taking donations at this time but if you want to show your appreciation, then contribute or leave feedback on suggestions or improvements.
49
+
PiVPN is not taking donations but if you want to show your appreciation, then contribute or leave feedback on suggestions or improvements.
119
50
120
-
Contributions can come in all kinds of different ways and you don't need to be a developer to be able to help out, here are some ways you can help out:
51
+
Contributions can come in all kinds of different ways! You don't need to be a developer to help out.
121
52
122
-
* Please check the current [issues](https://github.com/pivpn/pivpn/issues) and [discussions](https://github.com/pivpn/pivpn/discussions)
123
-
to see where you can help.
124
-
*Help improving [documentation](https://github.com/pivpn/docs), either with new content or improving the existing writing.
125
-
* Testing!! Run pivpn in different ways, different systems, different configurations and let us know if you find something!
53
+
* Please check the current [issues](https://github.com/pivpn/pivpn/issues) and [discussions](https://github.com/pivpn/pivpn/discussions). Maybe there is something you can help with
54
+
*[Documentation](https://github.com/pivpn/docs)! Documentation is never good enough! There is always something missing, or typos, or better English!
55
+
*Our [website](https://pivpn.io) is also Open Source. feel free to suggest any changes or improvements [here](https://github.com/pivpn/pivpn.io)
56
+
* Testing!! Run pivpn in different ways, different systems, different configurations! Let us know if you find something!
126
57
* Assisting other users in any of our official channels is also very welcomed
127
58
59
+
Still, if you consider PiVPN useful and want to Donate instead, then consider donating to:
128
60
129
-
Still if you have found this tool to be useful and want to Donate instead, then consider the following sources.
0 commit comments