Commands for managing the Kraken Proxy server via ssh

Restart the application. The command will be useful, for example, after resetting the binding of an IP address to a license


bash
sudo kraken --restart
    

Forcing the installation to start. If errors occurred during the installation process, this method will ignore already installed packages.

bash
sudo kraken -f
    

Changing SMTP service settings. If you made a typing error during the installation process, you can use this command to change existing settings.

bash
sudo kraken -m
    

Find out the current version


bash
sudo kraken -v
    

Reset all settings. Removes all ports, proxies, users including the administrator and starts the procedure for creating an administrator profile.

bash
sudo kraken -r
    

Information about available shell arguments


bash
sudo kraken -h
    

Deleting an administrator and creating a new one


bash
sudo kraken -a
    

Clearing logs and statistics (IP pool statics, modem traffic, proxy logs, process logs, service logs)

bash
sudo kraken -c
    

Useful information