If you plan to install Proxy Manager on a Linux or a MacOS computer or server, please:
- Confirm the recommended hardware requirements: 4GB RAM 2 CPUs 3GB SSD
- Confirm the recommended software requirements:
- Important: Linux CentOS 8.x is not supported (use CentOS 7.x instead!)
- Node.js supported versions: 12.18.3 - 14.18.1 (other versions are not supported)
(run on a terminal node -v to see the version currently installed) - NPM supported versions: 6.14.6 - 8.1.3 (other versions are not supported)
(run on a terminal npm -v to see the version currently installed)
Note: you can manually install NPM v6.14.6:sudo npm install -g npm@6.14.6
- Confirm that network traffic is not limited:
- The server/computer does not use any VPN or proxy IP!
- The OS firewall is turned off
- in and out traffic is permitted for TCP ports 20000-30000
- Install Proxy Manager by running from a terminal one of the following commands:
curl -L https://brightdata.com/static/lpm/luminati-proxy-latest-setup.sh | bash
wget -qO- https://brightdata.com/static/lpm/luminati-proxy-latest-setup.sh | bash
sudo npm install -g @luminati-io/luminati-proxy
You can find more information on:
https://github.com/luminati-io/luminati-proxy#linuxmacos---manual-install