Posts

Showing posts with the label Pi PVN

How to install OpenVPN server on Raspberry Pi

Image
Download Raspberry Pi Imager . Install Raspberry Pi OS Lite on 16GB microSD card. Remember to click the Setting icon to enter your Wifi SSID and password as well as enabling SSH and default username: pi and password: raspberry   Insert the microSD card onto the Raspberry Pi  and power it up via USB power supply. Get the IP address of the Raspberry Pi (via HDMI or wifi-router web-console) then configure port forwarding on the router WAN interface for  TCP 443  to the IP address of the Raspberry Pi. Download PuTTY and run it to connect to Raspbian via SSH ( Host Name: IP Address of the Raspberry Pi then click Open  and if prompted by Putty alert, click Yes ) then  login as: pi and password: raspberry . To change default password and timezone use the following command: sudo raspi-config Run  curl -L https://install.pivpn.io | bash  and follow the wizard to install OpenVPN server. When prompted: Protocol , select TCP  443 then Ok C...