Skip to content

Ports & paths

A quick reference for where things live.

WhatValue
Sidecar base URLhttp://127.0.0.1:5099
Health / auth stateGET /health
Sign in / outPOST /auth/signin · POST /auth/signout
Refresh snapshotsPOST /sync

The sidecar listens on loopback only (127.0.0.1) — it isn’t exposed to the network.

WhatPath
Tenant profiles%LocalAppData%\Intune.Commander\profiles.json
Profile-secret protection keys%LocalAppData%\Intune.Commander\keys\
Client binary (debug build).\target\debug\app.exe
Sidecar projectservice\Api\Api.csproj
API contractcontract\openapi.yaml
Terminal window
# Sidecar (starts on :5099, cold-start ~6s)
dotnet run --project service/Api
# Client (separate terminal)
./target/debug/app.exe

See Install & build for the full setup.