First login & setup

What to do the first time you open Tether — a step-by-step checklist for getting your MSP set up correctly.

Default credentials

FieldValueWhere to change
EmailValue of ADMIN_EMAIL in .env (default: admin@atechsolutions.org)Settings → Change Password
PasswordValue of ADMIN_PASSWORD in .env (default: admin)Settings → Change Password
Change your password before doing anything else

The default password admin is publicly known. Change it immediately after first login. Go to Settings → Change Password.

Step 1 — Change your password

  1. Log in with the admin email and password from your .env
  2. In the left sidebar, click Settings
  3. Scroll to Change Password
  4. Enter the current password, your new password (minimum 6 characters), and confirm
  5. Click Update Password

Step 2 — Set your MSP name and branding

  1. In Settings → Organisation, set your MSP name — this appears in the sidebar for MSP staff
  2. Optionally set an accent colour (the lime green default can be changed to match your brand)
  3. Click Save Settings

Step 3 — Create your first client

Go to Clients → New Client and enter:

Tether automatically creates default categories (Laptop, Desktop, Monitor, Phone, Server, Network, Peripheral) and locations (Head Office, Warehouse, Remote) for every new client.

Step 4 — Add users or send invites

You have two ways to add users to a client:

See Invite links for the full invite workflow.

Step 5 — Import existing assets

If you have asset data in a spreadsheet, export it as CSV and import it into Tether. Log into the client's subdomain (or access it as MSP admin), go to Assets → Import, and upload the file.

See CSV import for the exact column format, date formats accepted, and how conflicts are handled.

Step 6 — Configure DNS (if you haven't already)

For client subdomains to work, you need a wildcard DNS A record pointing to your server. This is required for white-label client portals. See DNS & subdomains.

Step 7 — Add HTTPS

Never run Tether on HTTP in production — login tokens and asset data will be transmitted in plaintext. Add nginx and a wildcard SSL certificate. See Reverse proxy & HTTPS.

The interactive API docs are available at /docs

Once Tether is running, navigate to https://yourdomain.com/docs to see the full Swagger UI for all API endpoints. You can try API calls directly from the browser using your login token.

Last updated: May 2026