Proactinet LogoProactinet
Documentation

Proactinet Installation

Secure your device with Proactinet - the anti-botnet platform.

Installation Steps (Linux Only)

Follow these simple steps to install Proactinet on your Linux system.

  • Download the Proactinet binary file from here.
  • Open a terminal and navigate to the directory where the file was downloaded.
  • Run the binary with the following command:
    
    sudo ./proactinet-installer
                      
  • The installer will automatically install all the required dependencies.
  • After installation, you'll be prompted to enter your login credentials.
    • If you don't have an account yet, create one on our platform before proceeding.
  • Once logged in and installation is complete, head over to your dashboard to monitor real-time logs and system activity.
  • Clone the daemon runner by executing:
    
    git clone https://github.com/ProActinet/daemon-runner.git
                      
  • Navigate into the cloned directory and create an environment file as shown in the .env.local file, setting all required variables in the directory where the .env.local file is present.
  • Run the build script to compile the project:
    
    npm run build
                      
  • Execute the exported binary. Doing so will automatically set up the daemon to run in the background.