Best way to connect replit to internal infrastructure

My company decided to use replit to build an AI generated CRM. This CRM needs to have full access to our company infrastructure(network). Must pass udp and tcp traffic. I setup a simple wireguard vpn server. I told the team to have replit use wireguard to connect as the client allowed list covered our internal network(s). However it returned with the following.

Unfortunately, WireGuard cannot run directly on Replit. Here’s why:

Replit Environment Limitations

Requirement

Replit Status

Kernel WireGuard module

Not available (containerized)

ip command for interfaces

Not available

Network interface creation

Not permitted

Privileged/root access

Not available

Can someone point me in the right direction of how to accomplish this? Solutions that have worked?

Welcome @tonyatlasok - Is that info you shared output from Replit Agent? Has anyone tried doing anything directly in ‘Shell’? That is more advanced, but could be an option potentially.