IMUII LogoIMUII

Local Testing

Local Testing

Run IMUII Core Server locally without needing a VPS.


🧰 Requirements

  • VirtualBox or local Ubuntu VM
  • Ngrok account (for exposing local API)

⚙️ Steps

  1. Run your Go server:

Terminal
go run main.go

  1. Expose port 8080 via ngrok:

Terminal
ngrok http 8080

  1. Test subdomain provisioning:

test-app.imuii.dev.ngrok.io

🧠 Use Cloudflare sandbox mode for safe DNS testing.