NetworkMulti-Device

Multi-Device Setup

Run VetLoop across every computer in your practice — reception desk, consulting room, treatment area — all sharing one live dataset.

How It Works

VetLoop uses a server–client architecture over your local Wi-Fi or wired network. One PC acts as the Server and hosts the shared database. All other devices are Clients that connect to the server over the local network.

🖥️Server PCReception desk
💻Client — Consult 1Vet's room
💻Client — Consult 2Treatment area

Data syncs in real time using HTTP over your internal network. No cloud service is required — everything stays on your premises.

ℹ️

Your VetLoop licence plan determines how many simultaneous client devices are allowed. The Clinic plan allows up to 5 devices; the Hospital plan is unlimited.

Setting Up the Server PC

The server PC should be a machine that stays on during practice hours — typically the reception or front-desk computer.

  1. Install VetLoop normallyFollow the Getting Started install steps. Activate your licence.
  2. Open Settings → Storage ModeIn VetLoop, go to Settings → Storage → Storage Mode and select Network Server.
  3. Note the server IP address and portVetLoop shows your local IP (e.g. 192.168.1.10) and the port it listens on (default 4040). Write these down — client devices will need them.
  4. Leave VetLoop runningThe server must be running for client devices to connect. VetLoop can run minimised in the background.

Connecting Client Devices

  1. Install VetLoop on the client PCThe same installer is used for all devices. Client devices do not need a separate licence key — they connect via the server's licence.
  2. Open Settings → Storage Mode on the clientSelect Network Client.
  3. Enter the server addressType the server's IP address and port, e.g. 192.168.1.10:4040. Tap Connect.
  4. Log inUse your normal VetLoop username and password. The client fetches your practice data from the server.
⚠️

Client devices cannot operate independently if the server is turned off. Ensure the server PC is always on during business hours, or use Windows Task Scheduler to start VetLoop automatically at login.

Firewall & Network Requirements

For client devices to reach the server, port 4040 (TCP) must be open in Windows Firewall on the server PC.

VetLoop attempts to add this rule automatically. If clients cannot connect, run this command on the server PC as Administrator:

netsh advfirewall firewall add rule name="VetLoop Server" dir=in action=allow protocol=TCP localport=4040

All devices must be on the same local network (same Wi-Fi router or wired switch). VetLoop does not work over the internet without a VPN.

Storage Mode Summary

ModeUse caseWorks offline?
Local OnlySingle PC — no network sharingYes
Network ServerThe PC that hosts data for other devicesYes (serves others)
Network ClientAny additional PC in the same practiceNo — requires server

Troubleshooting Sync

Clients show "Cannot connect to server"

Data not updating on clients

Server IP keeps changing

Assign a static IP address to the server PC in your router's DHCP settings. Look for a "DHCP Reservation" or "Static Lease" option and pin the server's MAC address to a fixed IP.