Port Eraser
Intelligently identify and remove outdated or unused port configurations.
Current Port Configurations
A list of all active, inactive, and unknown port configurations in your system.
| Port | Service | Status | Server Address | Ninja Config | Runtime Settings |
|---|---|---|---|---|---|
8080 | Legacy Web App | inactive | 192.168.1.10 | ninja_web_app_v1.conf | java -jar app.jar -port 8080 |
9000 | API Gateway | active | 10.0.0.5 | ninja_api_gateway.conf | go run main.go --port 9000 |
5432 | PostgreSQL DB | active | 10.0.0.6 | ninja_postgres_db.conf | postgres -p 5432 |
6379 | Redis Cache | active | 10.0.0.7 | ninja_redis_cache.conf | redis-server --port 6379 |
3000 | Dev Test Server | inactive | 127.0.0.1 | ninja_dev_server.conf | npm run dev |
8001 | Metrics Exporter | active | 10.0.0.5 | ninja_metrics.conf | prometheus_exporter --port 8001 |
27017 | MongoDB (Old) | unknown | 192.168.1.15 | ninja_mongo_v3.conf | mongod --port 27017 |