On this page
download
Installation & Setup
How to install and launch the Web UI
The Web UI is integrated with the C2 server and launches automatically.
Quick Setup
# From project root
./deploy_c2.sh
This starts both the C2 server and Web UI simultaneously.
Access
- URL:
http://localhost:3000
- Default Password:
password
- Features: All C2 functionality via web interface
Manual Installation
If you need to install dependencies manually:
cd attacking_program
pnpm install
pnpm start
For detailed configuration options, see C2 Server Installation.