

Vismitha Narayanaswamy
May 08, 2026
4 min read
May 08, 2026
4 min read

Cut code review time & bugs by 50%
Most installed AI app on GitHub and GitLab
Free 14-day trial
CodeRabbit Reverse Tunnel is a new private-network connectivity option, a first-party component that lets CodeRabbit review pull requests on a GitHub Enterprise Server (GHES) instance that does not accept inbound network connections.
If your team runs GHES inside a private network with no public endpoint, no inbound firewall exceptions, no vendor IP allowlisting on the GHES side, and no PrivateLink or peering path, this is for you. It's available for Enterprise Plan customers today.
What it unlocks:
CodeRabbit Reverse Tunnel exists to close this gap. It enables these enterprises to adopt AI code review while preserving the security and compliance constraints they already have in place.

CodeRabbit Reverse Tunnel is built around two components: a Connector that runs inside your network and a Gateway operated by CodeRabbit. Together they create a single outbound channel over which CodeRabbit can read from and write to your private GHES instance, without your network accepting any inbound connections.
Reverse Tunnel Connector. A lightweight, stateless container that runs inside your enterprise network. On startup, it dials out and establishes a long-lived WebSocket Secure (WSS) session to the Gateway on TCP 443. All subsequent CodeRabbit traffic to GHES flows through this session.
Reverse Tunnel Gateway. A CodeRabbit-managed edge service that accepts Connector sessions and brokers CodeRabbit's runtime requests back through them. The Gateway authenticates each session using credentials issued to your tenant and routes traffic to the right Connector.

When a developer opens a PR, GHES sends a signed webhook outbound through your existing NAT to CodeRabbit. Everything that follows runs on the WSS session your Connector has already opened: the Reverse Tunnel Gateway forwards CodeRabbit's read requests over WSS, the Connector translates them into internal HTTPS calls to GHES, and responses stream back the same way. CodeRabbit generates the review and posts the comments back through the same tunnel.
CodeRabbit Reverse Tunnel is available now for Enterprise Plan customers running GitHub Enterprise Server in private networks, with support for additional Git platforms on the roadmap.
Our goal is always to provide flexible deployment options for our customers and this release is a testament to that. Customers who self host with strict requirements can now take our state of art review engine to deliver high quality code faster. We’re committed to making our customers successful and our team is here to answer any questions you have along the way. For detailed information, please consult the documentation or contact our team.