LogoLogo
  • Documentation
  • Intergrations
  • Changelog
  • OVERVIEW
  • GETTING STARTED
    • For macOS/Windows
      • Download 9Proxy
      • Configure Proxy
      • Use Proxies on Two or More Devices
      • Set Up a Custom Port Range
      • Auto Rotation Proxy
      • Auto Refresh Proxy
      • Port Configuration
      • Sub-Accounts
      • Share Code / Use Code
      • Set Up a Non-Repeated Proxy
      • Bind IP to Port
    • For Linux
      • Download 9Proxy
      • Sign In to 9Proxy Account
      • Command References
      • Set Up a Custom Port Range
      • Auto Refresh Proxy
      • Proxy Authentication
      • Start API
  • API REFERENCES
    • Proxy API
    • Today List API
    • Port API
  • BILLING & PAYMENT
    • Cryptocurrency
    • 9Proxy Wallet
    • Local Payment
    • Credit Card
    • Google Pay
  • ACCOUNT MANAGEMENT
    • Account Deletion
  • TROUBLESHOOTING
    • IP Location Does Not Match
    • Speed Issues
On this page
  1. GETTING STARTED
  2. For Linux

Download 9Proxy

PreviousFor LinuxNextSign In to 9Proxy Account

Last updated 5 days ago

Was this helpful?

CtrlK
  • 9Proxy on Debian/Ubuntu
  • Download 9Proxy
  • Install 9Proxy
  • Start the Service
  • 9Proxy on Red Hat / RHEL / CentOS
  • Download 9Proxy
  • Install 9Proxy
  • Start the Service

Was this helpful?

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.