Install openvpn di server

From belajarwiki
Revision as of 12:42, 30 September 2022 by Aditya (talk | contribs) (Created page with "===Instalasi=== Akses ssh ke server, kemudian install beberapa dependensi dan reponya apt install ca-certificates wget net-tools gnupg wget -qO - https://as-repository.openv...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Instalasi

Akses ssh ke server, kemudian install beberapa dependensi dan reponya

apt install ca-certificates wget net-tools gnupg
wget -qO - https://as-repository.openvpn.net/as-repo-public.gpg | apt-key add -
echo "deb http://as-repository.openvpn.net/as/debian focal main">/etc/apt/sources.list.d/openvpn-as-repo.list
apt update

Install openvpn

apt install openvpn-as

Nanti akan didapatkan akses untuk akses ke UI nya via website, misal

https://IP Public:943/admin (untuk admin) https://IP Public:943 (untuk client)

Untuk ganti password UI

passwd <user>
passwd openvpn


Referensi