Linux Installation
📋 Minimum System Requirements
- CPU: 2 Core Processor
- RAM: 4 GB
- Storage: 10 GB available space
- Port 9090 : Port 9090 Should be free for use.
- 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
- Unzip the downloaded archive (In case you have a zip file)
- Replace
<filename.zip>
with the actual file name:
unzip <filename.zip>
- 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
- Navigate to the
bin
directory of your Linux system
cd bin
- 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.