Last updated 5 days ago
Was this helpful?
You can use either wget or curl:
wget https://static.9proxy-cdn.net/download/latest/linux/9proxy-linux-debian-amd64.deb
curl -O https://static.9proxy-cdn.net/download/latest/linux/9proxy-linux-debian-amd64.deb
sudo apt install ./9proxy-linux-debian-amd64.deb
During installation, if prompted with a setup screen, select OK to continue.
sudo systemctl start 9proxyd.service
9Proxy is now installed and ready to use.
wget https://static.9proxy-cdn.net/download/latest/linux/9proxy-linux-redhat-amd64.rpm
curl -O https://static.9proxy-cdn.net/download/latest/linux/9proxy-linux-redhat-amd64.rpm
sudo yum install 9proxy-linux-redhat-amd64.rpm
sudo systemctl start 9proxyd
sudo systemctl enable 9proxyd
start will launch 9Proxy immediately.
enable ensures 9Proxy starts automatically on boot.