Description: How to update Access Server to the latest version.
How to upgrade to your current Access Server version
- Connect to your server with root privileges.
- Run this command to unpin the openvpn-as package:
apt-mark unhold openvpn-as
- Run the update commands for your Linux OS. These commands update packages within the version of your operating system as well as Access Server.
- Ubuntu and Debian:
apt-get update apt-get upgrade
- RHEL and CentOS:
yum check-update yum update
- Ubuntu and Debian:
- After the updates complete, reboot your server.
reboot
- Check that Access Server updated to the newest version in the Admin Web UI.
- You can now repin the openvpn-as package. (This is optional and keeps Access Server from updating when you install operating system updates.)
apt-mark hold openvpn-as
Refer to Keeping OpenVPN Access Server updated for updating more complicated use cases and details about the process.
If you have additional questions, please submit a ticket.
Comments
0 comments
Please sign in to leave a comment.