OpenAirInterface 5G Core Network Deployment
August 11, 2026 ยท View on GitHub
[[TOC]]
OpenAirInterface 5G Core Network Deployment
This page is the starting point for OAI 5G Core deployment tutorials. If this is your first time with the project, follow the quick-start path below before moving to feature-specific guides.
Supported Hosts
The official OAI CN5G container images use Ubuntu 22.04 as the container base image. They are compatible with the following Linux hosts:
| Host family | Supported versions |
|---|---|
| Ubuntu | 22.04 through 26.04 |
| Fedora | 39 through 43 |
| RHEL | 8 through 10 |
Any Docker or Podman version available for those host releases should be fine. The tutorials use Docker command names in most examples; when using Podman, replace docker with podman and use your distribution's Compose-compatible command where needed.
First Deployment
- Prepare the host with the deployment pre-requisites.
- Run the basic Docker Compose deployment with Duranta/OAI RAN and UE.
Choose A Tutorial
| Goal | Start here |
|---|---|
| Learn the Docker Compose deployment, static UE IP allocation, and OAI RF simulator test | Basic deployment |
| Run a compact end-to-end core plus RAN test | Mini deployment with gnbsim |
| Test with UERANSIM | Deployment with UERANSIM |
| Test with OMEC Gnbsim | Deployment with OMEC gnbsim |
| Use the eBPF UPF | Deployment with UPF eBPF |
| Use the legacy VPP UPF | Deployment with UPF-VPP |
| Use MongoDB instead of MySQL | MongoDB deployment |
| Configure QoS policies | QoS tutorial |
| Configure Ethernet PDU sessions | Ethernet PDU sessions |
| Configure slicing | Network slicing tutorial |
| Configure traffic redirection | Traffic redirection tutorial |
| Configure traffic steering | Traffic steering tutorial |
| Configure UL CL | UL CL tutorial |
| Deploy with Helm charts | OpenAirInterface orchestration repository |
Reference Guides
- Configuration reference
- PCF provisioning API
- Network considerations for real RAN connections
- List of tested COTS UEs
- Retrieve official images
- Build images