Updating mobile proxy server Kraken Proxy

To complete the update procedure, a number of conditions must be met:

  • An older version must be installed
  • The IP address must be added to licenses
  • Ssh access to your server

The entire update process must be performed under the root user. Command listings can be copied, this is not a picture!!!

Download the installation script using the wget utility. If you have already updated, then delete the old installation script (sudo rm kraken.sh) and download the new one

bash
wget https://kraken-proxy.com/static/kraken.sh
    

Set permission to execute the file and run the kraken.sh script with the "--update" parameter

After completing the update process, go to the settings section and save, restart the server

bash
chmod ugo+x kraken.sh
sudo ./kraken.sh --update
    

Useful information