OpenRDX is a modern, scalable platform for managing and processing RADIUS authentication and accounting data. Built with a microservices architecture, it provides a robust solution for network access control and accounting.
.
├── core/ # Rust-based RADIUS service
├── oss_backend/ # Django REST Framework API
├── oss_frontend/ # Angular frontend application
├── k8s/ # Kubernetes configurations
├── nginx/ # Nginx reverse proxy configuration
│ ├── conf.d/ # Nginx server configurations
│ └── ssl/ # SSL certificates
├── scripts/ # Utility scripts
├── docker-compose.yml # Docker Compose configuration
└── README.md
For a quick start guide, see Getting Started.
For testing the RADIUS server functionality, see Testing.
For more details on each part of the stack, deployment, and development, use the navigation above.