After installing ITMKit, it is only accessible from the server machine itself. This guide explains how to make it available to other devices on your network — phones, laptops, and workstations.
Step 1: Configure the Server URL
The Server URL tells ITMKit what address other devices use to reach it. This is used for QR codes and shared links.
- Log in as System Admin.
- Go to Admin → Settings → System.
- Find the Network Access section.
- Enter the Host / IP of the machine running ITMKit.
- Leave the Port as 8000 (default).
- Select your Protocol (see below).
- Click Save.
Finding your server IP: Open Command Prompt on the server and run ipconfig. Look for the IPv4 Address under your network adapter — typically something like 192.168.1.10.
Which Protocol Should I Choose?
HTTP — recommended for most setups
Works immediately with no additional configuration. Accessible from any device on your LAN. Suitable for internal use where network access is controlled.
HTTPS — LAN (self-signed)
Encrypts traffic on your LAN. Requires a self-signed certificate to be installed on the server and trusted on each device. Needed if your IT policy requires encryption.
→ See: HTTPS Setup — LAN (Self-Signed Certificate)
HTTPS — Internet (reverse proxy)
For organizations that need ITMKit accessible from outside the office. Requires a registered domain name and a reverse proxy (Caddy or Nginx).
→ See: HTTPS Setup — Public Internet (Reverse Proxy)
Step 2: Open the Firewall Port
For other devices on your LAN to connect, allow port 8000 through Windows Firewall.
- Open Windows Defender Firewall → Advanced settings → Inbound Rules → New Rule.
- Select Port → TCP → Specific local port: 8000.
- Select Allow the connection → apply to Private networks.
- Name the rule ITMKit and click Finish.
Step 3: Verify from Another Device
- On a different device connected to the same network, open a browser.
- Navigate to http://[server-ip]:8000 — for example, http://192.168.1.10:8000.
- The ITMKit login page should appear.
If the page does not load:
- Confirm the firewall rule is in place
- Confirm the IP address is correct (run ipconfig on the server)
- Confirm ITMKit is running (check Windows Services)
QR Codes and the Server URL
Once the Server URL is saved, all QR codes generated by ITMKit will use that address. Staff can scan printed QR codes with their phone’s native camera app — the asset page opens in the browser automatically.
⚠️ If the Server URL is not configured, QR codes will link to localhost and only work on the server machine itself.
Next Steps
→ HTTPS Setup — LAN (Self-Signed Certificate)
→ HTTPS Setup — Public Internet (Reverse Proxy)