On-Prem Setup
Ashwani
Last Update vor 4 Monaten
RAM (Memory): 8 GB or higher
CPU Cores: 4 cores or higher
Disk Space: Minimum 100 GB
Inbound Rule on Port 8000: For SecOps Backend Services
Inbound Rule on Port 5678: For Agent and Web socket connectivity
Static IP Address: SecOps Central Server machine must have a static IP allocated in the network to prevent changes in its IP address.
OVA file of the SecOps Solution
VMware, VirtualBox, or any compatible virtualization tool installed
Access to the network where the OVA will be deployed
- Obtain the OVA file provided by SecOps Solution.
Setting Up the Virtualization Environment
Launch VirtualBox on the host machine.
Deploy OVA:
Go to File > Import Appliance and select the OVA file.
Follow the prompts to import the OVA.
Configure Network Settings:
Select the imported VM and go to Settings.
In the Network section, ensure the adapter is set to Bridged Adapter. This allows the VM to be part of the same network as the host machine.
Power on the VM from your virtualization tool.
Monitor the boot process to ensure there are no errors.
Enter necessary credentials to login on the system.
Ping other machines in the network to ensure connectivity:
ping <IP_ADDRESS>
- Open Terminal
- Navigate to /home/ubuntu/SecOps directory. - Command: cd /home/ubuntu/SecOps
- Run secops_on_prem_setup_cli - Command: ./secops_on_prem_setup_cli
- Select “Initialization” and press Enter. This will initialize the SecOps On-prem setup. This might take a longer time.
Once the setup is complete, access the SecOps UI from any machine in the network by opening the following in a browser: - http://<SecOps Central Server IP>:4200

Stop the SecOps on-prem service
Open Terminal
- Navigate to /home/ubuntu/SecOps directory. -Command: cd /home/ubuntu/SecOps
- Run secops_on_prem_setup_cli Command: ./secops_on_prem_setup_cli
- Select “Stop services” and press Enter. This will stop the SecOps On-prem services and shut down the setup.