

Sudo dnf -y install pritunl-client-electron Install Pritunl client: sudo dnf -y install First add the repo: sudo tee /etc//pritunl.repo key.tmp sudo rpm -import key.tmp rm -f key.tmp
#PRITUNL UBUNTU DOWNLOAD#
We have to download and install Pritunl Client on another machine (Rocky Linux 8). Now click attach organization to link it with the server.Īdd route to your VPN for clients to a ccess and download the user profile we used for client connection by navigating to the users tab and downloading it as below: Step 4: Configure Pritunl Client on Rocky/AlmaLinux/CentOS On successful addition, the Server will appear as below. Here you can either choose to retain the default configurations or change them as below: Here we give a name, VPN and DNS to be used by the client when connecting. Add a PIN to be used by the user requesting to connection to the serverĪdd server in the servers tab as shown below: Navigate to the users tab and select “ Add Organization“Ĭlick Add user and link the organization we created earlier. Here, you can add an organization, servers and users. On this login window, enter the above set credentials.Įnter the login credentials and proceed to the below page. Paste the copied key and click “ save“.Proceed and set login credentials sudo pritunl default-password Now proceed to the web page using the URL given above. sudo pritunl setup-keyĬopy the output as it is required in our next step. Now, Pritunl is running and can be accessed using But before then, let’s acquire keys used to authenticate The Database. Sudo firewall-cmd -reload Step 3: Configure Pritunl Server on Rocky Linux 8|AlmaLinux 8 Sudo firewall-cmd -zone=public -add-port=443/tcp -permanent Jul 23 13:27:30 pritunl: from cryptography import x509Īllow the ports 80 and 443 trhough the firewall: sudo firewall-cmd -zone=public -add-port=80/tcp -permanent Jul 23 13:27:30 pritunl: /usr/lib/pritunl/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprec> Jul 23 13:27:29 systemd: Started Pritunl Daemon. ├─46884 /usr/lib/pritunl/bin/python2 /usr/lib/pritunl/bin/pritunl start Loaded: loaded (/etc/systemd/system/rvice enabled vendor preset: disabled)Īctive: active ( running) since Fri 13:27:29 EDT 42s ago sudo systemctl start mongod pritunlĬheck the status of the services: $ systemctl status mongod pritunl Now we proceed and download both Pritunl and MongoDB on Rocky Linux 8 using: sudo yum -y install pritunl mongodb-org MongoDB repository: sudo tee /etc//mongodb-org-5.repo key.tmp sudo rpm -import key.tmp rm -f key.tmp Add the repositories with this command:ġ. Pritunl uses MongoDB so we first need to add the repositories.

#PRITUNL UBUNTU HOW TO#
This guide illustrates how to install and configure Pritunl VPN server on Rocky Linux 8|AlmaLinux 8 Step 1: Add the Required Repositories.
