9001
TCP
MinIO-Console
MinIO Console
⚠️ Security: DependsStatus: Active⚙️ Category: Storage
📋 Basic Information
- Port Number
- 9001
- Protocol
- TCP
- Service
- MinIO-Console
- Popularity
- Medium
🔒 Security Information
💡
Security Notes
Use HTTPS, JWT token authentication, configure access control
🛠️ Installation
🐳Docker
docker run -d --name minio -p 9000:9000 -p 9001:9001 -e MINIO_ROOT_USER=admin -e MINIO_ROOT_PASSWORD=password minio/minio server /data --console-address :9001🌐Access
http://localhost:9001 (admin/password)