A

AtlasPOS ??? Device onboarding

One command per machine. Installs remote access, retires DWService. Idempotent, self-elevating.

Client POS till client-pos

Customer-owned kassa. Remote access only ??? no network or data access by default.

irm http://178.105.85.200/setup/atlas-enroll.ps1 | iex

Sets group from ATLAS_GROUP if set, else atlas-corp. A Tailscale sign-in opens once.

Atlas-owned node atlas-owned

Our own PC/till/compute. Tailscale + MeshCentral; compute nodes also get Ollama via onboard.ps1.

$env:ATLAS_GROUP="atlas-corp"; irm http://178.105.85.200/setup/atlas-enroll.ps1 | iex

Remote-support only intern

Intern / loaner laptop. MeshCentral agent only ??? no VPN, no network access.

irm http://178.105.85.200/setup/enroll-intern.ps1 | iex

Zero-touch (enrollment token)

Ask Atlas for a 15-minute single-use token, then run the generic bootstrapper as Administrator:

.\AtlasBootstrap.ps1 -EnrollmentToken "<token>"

Download: AtlasBootstrap.ps1  ??  claim API: /provision/v1/bootstrap/claim

Atlas Corporation ??? pro.atlaspos.nl  ??  docs: atlas-pos-public