How to Install Outline VPN on Rocky Linux 10
Outline VPN is an open-source, easy-to-use VPN service developed by Jigsaw. It provides a secure and private way to access the internet, ideal for both personal and business use. Outline VPN simplifies the process of setting up a VPN and gives users full control over their servers.
Prerequisites
Before proceeding with the installation, ensure you have:
- Rocky Linux 10 server with root access
- A stable internet connection
wget
installed (install using:dnf install wget
if not already present)
Update the System
Update your system packages:
dnf update -y
Install the required plugin for Docker:
dnf install dnf-plugins-core -y
Add the Docker CE repository:
dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
Install Docker
Install Docker:
dnf install docker-ce docker-ce-cli containerd.io -y
Start and enable Docker:
systemctl start docker
systemctl enable docker
Check Docker version:
docker --version
Output:
[root@vps ~]# docker --version
Docker version 28.2.2, build e6534b4
Install Outline VPN
Download the Outline install script:
wget https://raw.githubusercontent.com/AmirOVH/outline-install/main/outline-install.sh
Make the script executable:
chmod +x outline-install.sh
Run the script:
./outline-install.sh
Output:
[root@vps ~]# ./outline-install.sh
Welcome to Outline VPN Auto Installer script by Amir.OVH
Outline VPN installation is ready to begin, press any key to start.
Do you want to remove the firewall from the system? (y/N): y
Removing the firewall from the system...
Redirecting to /bin/systemctl stop iptables.service
.
.
.
Make sure to open the following ports on your firewall, router or cloud provider:
- Management port 29841, for TCP
- Access key port 16456, for TCP and UDP
Outline VPN has been installed successfully.
Outline VPN is now installed on your Rocky Linux 10 system and ready for use.
CrownCloud - Get a SSD powered KVM VPS at $4.5/month!
Use the code WELCOME
for 10% off!
1 GB RAM / 25 GB SSD / 1 CPU Core / 1 TB Bandwidth per month
Available Locations: LAX | MIA | ATL | FRA | AMS