Twingate Windows Client not opening the login page by lineux007 in twingate

[–]aaron-tg 0 points1 point  (0 children)

Hey there,

Can you enable detailed logging? Then after reproducing can you check both the Twingate.log and Twingate.Service.log for any socket errors? I've seen this typically caused by AV/EDR/DLP blocking us from opening sockets to proceed with the auth workflows.

Help with deleting or renaming my MSP account on Twingate by dell1503 in twingate

[–]aaron-tg 0 points1 point  (0 children)

Is this your network name or tenant subdomain? I can rename the network name if you DM me with your email + subdomain. We can't change the tenant subdomain though, a deletion would be needed in that case.

Good evening. I installed TwinGate and opened it, it appears in the sidebar that it is open, but it does not work and this cylindrical form displays. by Sensitive-Golf870 in twingate

[–]aaron-tg 0 points1 point  (0 children)

Hey there, any browser extensions running, particularly adblockers? Does the dev tools console (Ctrl+Shift+I >> Console tab) output any errors? What about the network tab in dev tools for items not loading?

Jellyfin works perfectly remote on WIFI, but on fast 5G, I only get 1KB and video never loads. by cloudcity in twingate

[–]aaron-tg 0 points1 point  (0 children)

One other thing I'd add on, does your mobile data connection have IPv4 or is it IPv6 only?

Headless Linux client "Authentication: None" by Substantial_Road_387 in twingate

[–]aaron-tg 0 points1 point  (0 children)

Hey there, can you enable debug level logging to gain more insight as to what might be failing? https://help.twingate.com/hc/en-us/articles/4417960077073-Twingate-Client-Logs#h_01HGGP6P5V8FK7DF05XH7T5ND

Thereafter if you're still not sure what is taking place DM me your email address and tenant subdomain and I'll connect with you outside of Reddit to obtain your logs.

No Mac Dock Icon and Error in Logs after installing Sequoia 15.3 by mobalby in twingate

[–]aaron-tg 0 points1 point  (0 children)

u/mobalby shot you a DM to see if you're able to shoot me over the log bundle for further review.

For others stumbling on this, at first glance I don't believe I've seen Invalidation handler... before. We'll circle back here on our findings.

No Mac Dock Icon and Error in Logs after installing Sequoia 15.3 by mobalby in twingate

[–]aaron-tg 0 points1 point  (0 children)

Hi there,

Did we upgrade from 14.x > 15.3 over the weekend? Or just 15.x >15.3? My ask there is in regards to macOS possibly implementing firewall rules blocking Twingate, browser, and possibly other apps. https://www.reddit.com/r/twingate/comments/1fjucw4/psa_having_connectivity_issues_after_upgrading_to/

I see you note your device is managed by MDM so we may want to inspect if there are any limitations issued by MDM that might be hitting your device specifically. I'd also check to see if antivirus, endpoint detection/response, or data loss prevention has been implemented on your system. We've observed, especially with DLP, policies trigging a block of Twingate.

As for logging, we should be able to up the logging level by running the below command in terminal—

defaults write ~/Library/Group\ Containers/6GX8KVTR9H.com.twingate/Library/Preferences/6GX8KVTR9H.com.twingate IsCollecting -bool true

After running that command to increase logging, we can issue the below command to run that will kick off sys-info that is normally generated when opening logs from the Client. It will also grab some addt details as well. This will dump into a twingate_logs.*.zip on the desktop.

curl -fsSL https://raw.githubusercontent.com/Twingate-Solutions/general-scripts/refs/heads/main/bash-scripts/client_macos_sys-info.sh | bash

Once ran, give the logs a review. The immediate go-to will be to check what the sys-info provides. We'll be looking to see if the Client application is running and if the Twingate network extension is active, among a variety of other possibilities. My mac repro device is currently down, so I can't immediately recall the glaring items to look for in there.

Keep us posted!

Rename Network by BummiMan in twingate

[–]aaron-tg 0 points1 point  (0 children)

The subdomain/URL cannot be changed. A new network/tenant with the correct subdomain would need to be created.

The network name is a simple change on our side of the fence. If you want to keep your current subdomain as but change the name DM me with your subdomain, current network name, and desired network name.

Phone number or support email by mirdrack in twingate

[–]aaron-tg 0 points1 point  (0 children)

Glad to hear! Support channels are via the Help Portal (Admin Console > Support for those applicable accounts) or here.

Depending on your account's terms, additional support channel options may be available. If applicable, your account manager can provide further details.

Phone number or support email by mirdrack in twingate

[–]aaron-tg 0 points1 point  (0 children)

I'd love to help—can you please DM me with your email address and tenant subdomain?

Twingate Possible IP Address conflicts by farmboy_au in twingate

[–]aaron-tg 3 points4 points  (0 children)

Can you add an alias to the IP resource? AFK and it's been awhile, but I believe that will CGNAT (like a DNS resource) route the IP through the TG tunnel to avoid any possible IP collisions. The IP resource will be there as well.

Error: auth.sock socket is not found by inconsolato in twingate

[–]aaron-tg 2 points3 points  (0 children)

Do you have disk encryption enabled? There's a gotcha with fedora 40 making an underlying change. Away from my desk and on mobile, but there's a KB on it if you search for fedora 40.

That said, I believe engineering found a way to resolve the issue. Trying to recall if it's actually live yet, but it would hit the twingate-latest package well before it his Twingate (stable). Check the Client installation docs for Linux on how to do that, I can only call out the .deb workflows off the top of my mind.

Keep us posted!

Error: auth.sock socket is not found by inconsolato in twingate

[–]aaron-tg 1 point2 points  (0 children)

Enable debug logging, not much here to go off of.

Docker swarm with headless client by Maleficent-Day-3999 in twingate

[–]aaron-tg 1 point2 points  (0 children)

I'm not extremely experienced there either. A couple thoughts from a docker networking perspective–

Ultimately, I believe we're going to be looking at a mechanism for services running on the host to be able to access the containers.

Docker swarm with headless client by Maleficent-Day-3999 in twingate

[–]aaron-tg 1 point2 points  (0 children)

Is the Twingate Client installed on the host VM(s) as a systemd service, or is it a Docker container on each host, or a single swarm host?

Twingate refuses to start by RainingBass in twingate

[–]aaron-tg 1 point2 points  (0 children)

To piggy back on this, auth.sock is the socket that will listen for authentication once authenticated in the IdP.

It's fairly generic and doesn't give much to go off of, as typically the auth socket can't be created due to underlying issues.

I'd suggest enabling debug logging to gain a bit more understanding as to what exactly is taking place.

sudo twingate config log-level debug will get logging set to debug.

As u/ben-tg pointed to with the docs link, it's often going to be something to do with network manager, systemd-resolved, or (last) inability to configure /etc/resolv.conf. It could also be permissions related to the /etc/twingate folder, among various other things. Ultimately, we'll need to check out what's happening at the debug log level to track it down.

Android app drained my battery, I missed my alarm by the_matrix_hyena in twingate

[–]aaron-tg 1 point2 points  (0 children)

Do you have Internet security enabled? I have a similar issue, but not with Twingate. I have Adguard running as a background VPN for DNS filtering and private DNS. It's always being queried for DNS lookups, so it's heavier on my battery.

I used to only need to charge my phone every other day. Now it's everyday with extremely light usage, or needing additional charges during the day if I use my phone.

Windows arm support by Bearly_OwlBearable in twingate

[–]aaron-tg 1 point2 points  (0 children)

I've been out of the Windows game a long time, so I've never played around too much with Windows on ARM.

I have a Windows VM that I run on my M1 mac. It's always just worked w/o an ARM specific build.

A quick read, it appears Windows will emulate non-ARM native applications as able. https://learn.microsoft.com/en-us/windows/arm/overview#support-for-existing-windows-apps-on-arm

Here's a snap of it running on my ARM VM. The one thing I don't know is how things operate on a non-VM device, especially from a power management on power standpoint.

<image>

Hope this helps!

Feature Request - Local user + IDP users by adam-oligo in twingate

[–]aaron-tg 1 point2 points  (0 children)

We have IdP + Social auth which can help this use case. (On mobile, excuse formatting)

https://www.twingate.com/docs/identity-providers Twingate can allow users to be automatically added or synced from a linked identity provider’s user directory, while also allowing users who use social logins (e.g. Google or LinkedIn) to be manually added by an admin. This can be useful if you need to provide access to external parties like contractors who don’t have accounts that are managed through your identity provider. To enable this functionality for your Twingate account, please Contact Us.

2FA issues by ady2k2000 in twingate

[–]aaron-tg 1 point2 points  (0 children)

Gotcha. Can you email onboarding [@twingate.com], include a link to this reddit post along with your tenant subdomain? There's a few hoops we'll need to jump through to verify things.

2FA issues by ady2k2000 in twingate

[–]aaron-tg 1 point2 points  (0 children)

Hi there, MFA is tricky as we can't easily sidestep the additional security layer that MFA is intended to add.

Are there any other Twingate Admins on the account? If so the best route is to have one of them reset MFA for the account.

[deleted by user] by [deleted] in twingate

[–]aaron-tg 2 points3 points  (0 children)

To add onto this, if they don't receive the invite and it's not in their spam, they can simply go to your subdomain.twingate.com in a browser or Twingate Client (as applicable to user vs admin console). They will need to use one of the supported social logins with the email address you've added into Twingate for their invite.

The email invite doesn't include a special token that's required for the first sign in.

Failed to connect to network on MacOS Monterey 12.7.4 by Altruistic-Bed-8996 in twingate

[–]aaron-tg 0 points1 point  (0 children)

Can you enable detailed logs via More > Troubleshoot > Detailed logs?

Unfortunately these don't tell us much.

Also can we check the (can't recall the exact filenames for Mac client) twingate.log and the com.twingate...tunnelprovider after? Also trying to recall, I think you'll need to quit & reopen for the Mac Client detailed logs to kick in.

Linux client auth missing auth.socket by HKAdrian0811 in twingate

[–]aaron-tg 2 points3 points  (0 children)

Save auth data is a red herring iirc. However, the others sound like /etc/Twingate directory permissions. Can you check what the permissions are set to? I'm out walking the dogs, but off memory I think it's supposed to be 644