{{define "title"}}Sharing · {{.Repeater.Name}} · MeshTender{{end}} {{define "header"}}{{template "repeater-header" .Nav}}{{end}} {{define "content"}} {{template "repeater-tabs" .Nav}} {{if .Error}}
{{.Error}}
{{end}}

Decide who can operate this repeater. Everyone you grant access uses MeshTender's single identity, so you never hand out keys — and you can revoke or withdraw at any time.

Share links

Invite specific people with single-use links: the recipient signs in and accepts to control this repeater from their own browser-connected KISS modem. Each link works once and disappears when it's used — create one per person, label it, and choose what they can do. Links also expire {{.InviteTTLDays}} days after you create them, so an unused one can't be redeemed by whoever finds it later.

{{if .Invites}}
{{range .Invites}}
{{if .Description}}{{.Description}}{{else}}(no label){{end}} {{if .Expired}} Expired {{else}} Unused {{end}}
{{if .Expired}} {{/* No copy control for a dead link — handing out a token that can't be redeemed just produces a confused recipient. */}}

Expired {{ ts .ExpiresAt "datetime" }} and can no longer be accepted. Create a new link instead.

{{else}}
{{$.BaseURL}}/invite/{{.Token}}

Expires {{ ts .ExpiresAt "datetime" }}

{{end}}
{{end}}
{{else}}

No pending links.

{{end}}

People with access

Mark a trusted person a steward to make them a co-operator: they can run every command (including risky ones), just like you, and they're listed as a backup maintainer on this repeater's public page — so the network knows who can service it if you can't. Everyone else only gets the specific commands you grant them.

{{if .Shares}}
{{range .Shares}}
{{.Name}} @{{.Username}} {{if .Steward}}Steward · full access{{end}}
{{end}}
{{else}}

No one has accepted yet.

{{end}}

Organizations

This repeater is shared with every organization you belong to, so their admins and members can run the commands those organizations are permitted to run on it. Use Manage access to opt it out of an organization or limit which commands that organization may run on this repeater.

{{if .Orgs}} {{template "org-access-rows" .}} {{else}}

Join an organization to share this repeater with it.

{{end}}
{{template "limits-modal-shell" .}} {{template "icon-arrow-left" "me-1"}}Back to dashboard {{end}}