This script automates the installation of 3proxy on your system. 3proxy is a lightweight and versatile proxy server that can be used for various purposes.
-
Download the installation script:
curl -o 3proxy-install.sh -L https://raw.githubusercontent.com/layer07/3proxy-lazy/main/3proxy-install.sh
-
Make the script executable:
chmod +x 3proxy-install.sh
-
Execute the script:
./3proxy-install.sh
curl -o 3proxy-install.sh -L https://raw.githubusercontent.com/layer07/3proxy-lazy/main/3proxy-install.sh \
&& chmod +x 3proxy-install.sh \
&& ./3proxy-install.sh
Upon executing the script, you will be presented with a menu that allows you to perform the following actions:
-
Install From Scratch: This option installs 3proxy from scratch, configuring it with a default user. If 3proxy is already installed, the installation will be aborted.
-
Add New User: Use this option to add a new user to an existing 3proxy installation. You will be prompted to enter the username and password for the new user.
-
Complete Uninstall: This option completely uninstalls 3proxy from your system. All configuration files and logs will be removed.
-
Exit: Select this option to exit the script.
Follow the on-screen prompts to complete the desired action.
Disclaimer: This script is provided as-is and is not associated with the official 3proxy project. Use it at your own risk.