Install OpenVPN Access Server on Debian

preview_player
Показать описание
#OpenVPN #AccessServer #Debian

   01. Log into the Debian device
   02. Run the following commands in a terminal:
         sudo apt update
         sudo apt install ca-certificates wget net-tools gnupg
         sudo apt update
         sudo apt install openvpn-as
         sudo passwd openvpn
   03. Set a new password for the openvpn user
   05. Login with username openvpn and the password set earlier
   06. Click the Agree button to accept the EULA
   07. Click User Management ≫ User Permissions in the left navigation
   08. Create a new username and click the Admin checkbox
   09. Click the Save Settings button
   10. Click the More settings button on the row of the newly created user
   11. Set a local password, scroll down and click the Save Settings button
   12. Click the Update Running Server button
   13. Click Logout at the bottom of the left navigation
   14. Log back in with the newly created user
   15. Click User Management ≫ User Permissions in the left navigation
   16. Check the delete box on the row of the openvpn user
   17. Click the Save Settings button
   18. Click the Update Running Server button
 
 

### Connect with me and others ###
Рекомендации по теме
Комментарии
Автор

After that? How can I configure all access server?

samueletrisolino
Автор

Would it be possible to do this via Docker (Container)

blenderup