kartik-scripts
  • Welcome
  • Scripts
    • MDT/Dispatch
      • Installation
      • Preview
      • Configuration
        • Items
        • Animations
        • Evidence
        • Reports & FTO Categories
        • Misc
        • Dispatch
        • Permissions
        • Cameras
        • Server Config
        • Dispatch Alerts
        • Commands Registration
      • Supported Frameworks/Scripts
      • Events
        • Server Side
          • 🚨 Dispatch Alert
      • Exports
        • Client Exports
          • Custom Alert
          • ToggleBodycam
          • openMDT
          • openDispatch
        • Server Exports
          • Update Citizen License
          • Register Weapon
          • Add Fake Profiles
          • Remove Fake Profile
      • FAQs
        • âť“ Toggle Duty
        • 🔊 xsound Issue
        • wk_wars2x Configuration
      • Live Collaboration Setup
        • Setup
          • 1. WebSocket Based Setup
            • Cloudflare Tunnel
            • Ngork
          • 2. Event-Based Setup
Powered by GitBook
On this page
  1. Scripts
  2. MDT/Dispatch
  3. Live Collaboration Setup
  4. Setup
  5. 1. WebSocket Based Setup

Ngork

PreviousCloudflare TunnelNext2. Event-Based Setup

Last updated 17 days ago

Installation:

Download and install Ngrok from the or use a package manager:

winget install Ngrok.Ngrok

Setup:

  1. Sign Up and Login:

    • Create an account on .

    • Copy your auth token from the dashboard.

  2. Authenticate Ngrok:

    ngrok config add-authtoken <your_auth_token>
  3. Start the Tunnel:

    ngrok http 3001

You’ll get a URL like:

https://randomstring.ngrok.io

Use this URL in your MDT configuration for quick and secure WebSocket testing.

official website
Ngrok