Linux Install & Download

9Proxy on Debian/Ubuntu

1

Download 9Proxy

You can use either wget or curl:

Using wget
wget https://static.9proxy-cdn.net/download/latest/linux/9proxy-linux-debian-amd64.deb
Using curl
curl -O https://static.9proxy-cdn.net/download/latest/linux/9proxy-linux-debian-amd64.deb

2

Install 9Proxy

sudo apt install ./9proxy-linux-debian-amd64.deb

During installation, if prompted with a setup screen, select OK to continue.

3

Start the Service

sudo systemctl start 9proxyd.service

9Proxy is now installed and ready to use.

9Proxy on Red Hat / RHEL / CentOS

1

Download 9Proxy

You can use either wget or curl:

Using wget
wget https://static.9proxy-cdn.net/download/latest/linux/9proxy-linux-redhat-amd64.rpm
Using curl
curl -O https://static.9proxy-cdn.net/download/latest/linux/9proxy-linux-redhat-amd64.rpm
2

Install 9Proxy

sudo yum install 9proxy-linux-redhat-amd64.rpm
3

Start the Service

sudo systemctl start 9proxyd
sudo systemctl enable 9proxyd
  • start will launch 9Proxy immediately.

  • enable ensures 9Proxy starts automatically on boot.

9Proxy is now installed and ready to use.

Last updated

Was this helpful?