Linux Installation

📋 Minimum System Requirements

  1. CPU: 2 Core Processor
  2. RAM: 4 GB
  3. Storage: 10 GB available space
  4. Port 9090 : Port 9090 Should be free for use.
  5. Public IP: For Accessing the API Scanner GUI. (Needs to be turned on from AWS Console)

(You can setup API Scanner of any of your internal server or use an entirely new server as per your convenience )

Step 1: Import the Installer

Transfer the .rpm package of Bugdazz API Scanner to your Linux system using any method of your choice (e.g., scp, file upload, or direct download).


Step 2: Install the API Scanner

  1. Unzip the downloaded archive (In case you have a zip file)
  2. Replace <filename.zip> with the actual file name:
unzip <filename.zip>
  1. Install the extracted .rpm file

 Replace <filename.rpm> with the correct RPM file name:

sudo yum install <filename.rpm>

Step 3: Run the API Scanner

  1. Navigate to the bin directory of your Linux system
cd bin
  1. Start the scanner
./api-scanner-backend


Below is a screenshot of the above commands, resulting in API Scanner running on localhost of Linux server.


Now Go to your browser and visit your IP with port 9090 and you will find the API Scanner running.



Now you can follow the steps as mentioned in Signup process to sign up and login to API Scanner.

Discard
Save

On this page