amp-web-push-widget button.amp-subscribe { display: inline-flex; align-items: center; border-radius: 5px; border: 0; box-sizing: border-box; margin: 0; padding: 10px 15px; cursor: pointer; outline: none; font-size: 15px; font-weight: 500; background: #4A90E2; margin-top: 7px; color: white; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .amp-logo amp-img{width:190px} .amp-menu input{display:none;}.amp-menu li.menu-item-has-children ul{display:none;}.amp-menu li{position:relative;display:block;}.amp-menu > li a{display:block;} /* Inline styles */ span.acssf146f{color:#ff0000;}div.acss138d7{clear:both;}div.acssf5b84{--relposth-columns:3;--relposth-columns_m:2;--relposth-columns_t:2;}div.acssae964{aspect-ratio:1/1;background:transparent no-repeat scroll 0% 0%;height:150px;max-width:150px;}div.acss6bdea{color:#333333;font-family:Arial;font-size:12px;height:75px;} .icon-widgets:before {content: "\e1bd";}.icon-search:before {content: "\e8b6";}.icon-shopping-cart:after {content: "\e8cc";}

To install OpenVPN on Debian 11 no specialized steps are required.
Below is a description of instant installation thanks to which we will install our vpn server in a few minutes.

To begin with, we run the terminal with root privileges and install the necessary packages with the command:

apt update && apt -y install ca-certificates wget net-tools gnupg

We get the repositories key:

wget -qO - https://as-repository.openvpn.net/as-repo-public.gpg | apt-key add -


We add a repo key to the system:

echo "deb http://as-repository.openvpn.net/as/debian bullseye main">/etc/apt/sources.list.d/openvpn-as-repo.list

Let's install the openvpn server:

apt update && apt -y install openvpn-as

After correct installation, at the bottom we will see the data for the management panel of our server:

We now go to our link that we received.
It is our IP address and port:

Admin UI: https://176.9.249.230:943/admin
Client UI: https://176.9.249.230:943/

176.9.249.230 We substitute our server IP!

We log in with the data generated by the console.

openvpn is our login
the password is uGd58UZ9pazg

To download our .ovpn profile to be added to Android or wherever we want, go to the address from Client UI, log in and click

That's all our vpn server is ready.

As always, the video below. The server for this guide was provided by statnet.pl https://www.statnet.pl/vps/root-vps/

About WordPress

Zobacz komentarze

  • Please make a tutorial on how to install the Nvidia driver on a Debian machine 11 x64 in a configuration with 2 graphics cards. Integrated Intel and Nvidia.

Najnowsze wpisy

Checking disk speed with the DD command

Poniższy poradnik opisuje jak w bardzo szybki sposób za pomocą polecenia dd sprawdzimy szybkość naszego

10 months temu

Installing Laravel on servers with DirectAdmin panel

Installing Laravel on servers with DirectAdmin panel: poniżej bardzo prosty sposób na instalację na naszych

1 year temu

Deletes all .listing files in a given folder and subfolders

Below is a very simple trick to delete all .listing files from directories and their subdirectories. użyjemy

1 year temu

Checking the temperature of raspberry pi

The guide below shows how to check the temperature in the Raspberry Pi in just a few seconds. Recommendation…

1 year temu

Full Debian Installation 12 For beginners

Today we will introduce you to the first tutorial on how to install Debian. We will show you throughout the series, w jaki sposób

2 years temu

Checking the operating frequency of the Raspberry PI CPU

The following method describes a very simple way to check the operation of the CPU frequency of our Raspberry PI. Całość

2 years temu