Skip to content

GodCore V.0.2.0

Latest

Choose a tag to compare

@statikfintechllc statikfintechllc released this 09 Jun 21:38
· 214 commits to master since this release
9856464

GodCore Release Note – Remote Access via ngrok (V.0.2.0)

New Feature: Remote UI Access with ngrok
• Instant remote access: You can now securely access the GodCore web UI from any device on any network using an encrypted ngrok tunnel.
• No router config required: ngrok tunnels automatically expose your local GodCore frontend (React) to a public HTTPS URL—no firewall changes or port forwarding needed.
• Mobile-friendly: The launch script prints a scannable QR code, so you can open GodCore on your phone instantly.
• Setup in minutes: Just add your ngrok auth token, run the launch script, and connect from anywhere.

How it works:
After launching GodCore, the system starts ngrok on the frontend port (3000 by default). The terminal displays a public ngrok URL and a QR code—open the URL on your phone or any browser to access the live GodCore dashboard remotely.

Instructions:
1. Get a free ngrok account and copy your auth token from your dashboard.
2. Run: ngrok config add-authtoken <YOUR_TOKEN>
3. Start GodCore using the launch script.
4. Scan the QR code or open the ngrok URL from any device.

Why this matters:
• Enables fast demos, mobile debugging, and secure remote monitoring
• No need for complex networking or exposing your machine directly
• One command: zero friction

Upgrade now and experience effortless, secure remote access to GodCore!