Tailscale version: 1.26.2
Your operating system & version: macOS 11.6.1
I invited several users to share one of my machines. I set ACLs so they can only see a single port:
{
"acls": [
{"action": "accept", "src": ["me@mail.com"], "dst": ["*:*"]},
{"action": "accept", "src": ["user1@mail.com"], "dst": ["*:14110"]},
{"action": "accept", "src": ["user2@mail.com"], "dst": ["*:14120"]},
]}
Some users can access the machine after clicking the invite link, and some users are getting the error: you dont have access to the admin console
I can’t see any difference in how the users are set up. Thanks for any help,
Matt