NAS Access Help
User help

Network drives, without a password.

NAS Access signs you in to your organisation's cloud account and uses that to open your work network drives. Once it is running, you open your drives the way you always have. There is no separate password to remember and nothing to type.

Nothing on this page matches that. Try a shorter word — or the name of a button.

What this app is for

PART 1
The NAS Access status panel open above the Windows notification area, reading Access OK.
If this looks familiar, you're in the right place — it opens from the notification area.
The NAS Access menu open in the macOS menu bar, reading Access OK.
If this looks familiar, you're in the right place — it opens from the menu bar.

Two systems that don't naturally meet

Your account lives in the cloud. It is the same account you use for email and for signing in to work websites. Your organisation manages it there.

Your files live in your building. They sit on a file server — the box your network drives and shared folders come from. That server is deliberately old-fashioned about security, and it has never heard of the cloud.

Left alone, the two cannot agree that you are you.

NAS Access is the go-between

NAS Access converts your cloud sign-in into a pass the file server understands and accepts.

Three things worth knowing

The pass has a time limit. Typically most of a working day. This is normal and deliberate — it is what lets your organisation take access away when it needs to.

NAS Access quietly gets a fresh pass about halfway through, long before the old one runs out. On an ordinary day you will never see this happen.

It cannot renew what it does not have. If the app cannot get a fresh pass on its own, it tells you before the current one runs out, so you can click once and carry on.

Technically the precise terms, for anyone who wants them

Your cloud account is an OIDC identity at an identity provider (Entra ID in most deployments). The proof is an OIDC access token, obtained through an authorization-code flow with PKCE in the system browser.

The broker is the KerBridge service your IT team runs. It validates the token and asks the KDC to issue a genuine Kerberos TGT (ticket-granting ticket) for your account in the on-premises realm.

The "pass pocket" is your login session's ticket cache — the LSA logon session on Windows, the Heimdal API: cache on macOS. Putting the ticket there is called injection. After that, the stock SMB client does ordinary Kerberos: it uses the TGT to get a service ticket for the file server. No part of the file access path is modified.

The "fresh pass at halfway" is re-injection, not a Kerberos-level renewal. According to our tests, Windows will ask the KDC to renew a KerBridge-injected TGT and then never install the result, so the agent runs the whole exchange again and injects a new ticket instead.

What it does not do

  • It does not store your password. It never sees one.
  • It does not read or change your files, your drives, or your drive letters.
  • It does not replace your organisation's sign-in. It uses it.
  • It does not need to be running for you to use your computer — only to keep your network drives reachable.
Technically what is kept, and where

No secret at rest. The access token is discarded the moment the ticket exchange completes. The refresh token is held in process memory only and dies with the process — it is never written to disk or to the log. What is stored on disk is the broker URL, a cached copy of the discovered configuration, and this device's authorization state. It does not even really know about your NAS or other Kerberos services; it only deals with Kerberos TGTs.

The icon

PART 2

NAS Access lives in the notification area. The icon is the whole status at a glance.

NAS Access lives in the menu bar. The icon is the whole status at a glance.

SolidSolid
Access OK
Nothing to do
Faded, no markFaded, no mark
Off
Nothing to do
Faded, amber triangleFaded, triangle
Access expiring
Soon, not now
Faded, red circleFaded, circle
No access
Yes — this one needs you

Faded does not mean broken. Full strength is reserved for nothing to see here, so that when there is something to see, it has the contrast to be seen.

The shapes matter as much as the colours — a triangle and a circle stay different for anyone who cannot easily tell amber from red.

On a Mac the same four shapes appear in the menu bar's single colour, because that is how the menu bar draws everything.

The status view

PART 3

Clicking the icon opens a small panel. It shows you what needs you, then who you are, then how long, then why, if anything is wrong.

Clicking the icon opens the menu. It shows what needs you, who you are, how long, and why you need to act, if anything is wrong.

The headline

One line, in colour, naming the situation.

HeadlineWhat it meansWhat to do
Access OK Your drives work, and the app can keep them working by itself.Nothing.
Renewal uncertain Your drives work now. The app is having trouble reaching your IT team's server.Usually nothing — it often clears by itself. If it lasts, mention it to IT.
Access expiring Your drives work, but access will stop at a known time, and nothing will renew it on its own.Use the button that offers to extend access, whenever it suits you, before that time.
No access Your drives will not open.Read the explanation below the headline — it says why, and offers the button that fixes it.
Off The app is not working here and is not expected to be — for example after you signed off.Nothing, unless you want access back.

An expiry warning is not a fault. It means the app has run out of quiet ways to renew — often simply because you closed the browser session, or the device's authorization is coming up for renewal. Your access is intact until the time shown. One click restores the quiet renewals.

Technically what the headline is computed from

The headline renders Condition, one of Working, Flaky, WillStop, Stopped and NotStarted. It is a pure function of three local facts: whether a usable ticket is held, whether this machine is expected to be working here, and whether a silent supply for the next renewal exists.

No network fact enters it — a broker outage never moves the condition. It shows up as a blocker, and as Flaky only once it has persisted.

The identity line

LineWhat it means
Signed in as you@example.siteThe account your access — and anything you save — belongs to.
Working as svc-builderThis computer has been set up to work as a different account.

The second one is worth reading twice. On such a computer, files you save to the network drives are saved under that (often shared) account's name, not yours. If you sign in here, you are vouching for the machine — you are not getting your own access. This is normal on build machines, kiosks and shared workstations, and your IT team set it up deliberately.

Technically device grants

The machine is delegated to get TGTs for a specific account: a grant_for target is configured, so only a device grant can obtain a ticket and the tickets carry the target's principal. A delegated sign-in authorizes access as the specified user, not as the person signing in — the sign-in proves who is at the keyboard, not the account the machine reaches your Kerberos services as.

The expiration clocks

LineWhat it means
Access ends in 4h 12mWhen the current pass runs out. Under normal conditions a fresh one arrives around halfway, so this is a number, not a deadline.
Authorization expires in 6 daysThis device's permission to skip the browser is coming to an end. Sign in once through the browser before then and it is extended.

The two never appear as contradictory warnings — if access is genuinely expiring, the authorization clock is not the thing to worry about.

The explanation

When something needs saying, it appears in its own block, below the facts. These are the ones you may see:

What it saysIn plain termsWhat to do
Needs a browser sign-in Time to prove it's you again.Sign in through the browser. Takes a few seconds.
Can't reach server The app cannot get to your IT team's server.Check you're on the network or VPN. Drives you already have open usually keep working.
No settings from server The app reached the server but hasn't got its configuration yet.Wait. It retries on its own.
Windows not set up for EXAMPLE.SITE A one-time setup step for this computer hasn't been done.Use the setup button. It asks for administrator permission and a restart.
Network drives stopped working (NTLM) A known Windows hiccup after a pass runs out. Your drives are stuck.Save your work, then use the repair button.
Your account was refused Your organisation's server did not accept your account for these drives.Not something this computer can fix — contact IT.
This device isn't authorized to work as account A shared-account machine that has not been authorized yet.Someone permitted to authorize it must sign in here.
Your organization refused this authorization Policy does not permit this device to skip the browser.Trying again will not help. Contact IT.
Broker URL not configured First run — the app doesn't know which server to talk to.Enter the address your IT team gave you in Settings.
Technically blockers versus actions

These are blockers: what is missing right now, immediate and unentailed. They are a list rather than a ranking, because several can be true at once, and the model reports all of them rather than only the loudest.

Blockers explain; actions resolve. They are not parallel lists and nothing lines up between them. The unreachable-server blocker merges unreachable, TLS-refused, rate-limited and 5xx, because those four differ in cause but not in what you do about them; the exact sentence stays in the detailed message.

Kerberos details

A collapsed section for when someone is helping you. It carries the realm, the pass's end time, what the next renewal will use, and when the app will next try.

The most useful row is the one naming what the next renewal will use:

ValueWhat it means
this device's authorizationSilent. This device is trusted for a set number of days.
your Windows accountSilent. Windows' own sign-in is doing the work.
your browser sign-inSilent, for as long as the app keeps running.
nothing — needs youThis is why the headline warns that access is expiring.

The buttons

PART 4

Two conventions worth learning

A label ending in "…" means one more step is coming — a browser window, or a question you have to answer. A button without one just does what it says. That is the only difference between the two renewal buttons: they promise the same result, but one of them will open a browser.

A shield on a button means Windows will ask for administrator permission. It is always there on those buttons, whether or not you happen to be an administrator.

Getting access

ButtonWhat it does
Sign in…Opens your browser, signs you in, gets a pass. The ordinary way to start.
Extend access…The same thing, worded for when you already have access. Gets a fresh pass and restores quiet renewals.
Renew nowGets a fresh pass without a browser, using whatever the app already has. Offered only when it can actually work.
CancelAppears only while a browser sign-in is waiting. Stops waiting for it.

If the browser-free renewal is offered, prefer it — it is the cheap one, and it is only ever offered when it will work.

Leaving — the three separate doors

These sound similar but have a different effect. This is the one table on this page worth bookmarking.

ButtonEnds your access to the drivesEnds this device's authorizationEnds your browser sign-in
Sign out of Entra No No Yes
Remove authorization… No Yes No
Sign off Yes No No

Sign out of Entra

Closes the sign-in session this app left in your browser. It is good hygiene on a shared computer. It does not touch your drives.

Remove authorization…

Gives up this device's permission to reach your drives without a browser. Your access right now is untouched — you simply go back to signing in through the browser each time. It cannot be undone: authorizing again creates a fresh permission rather than restoring the old one.

On a shared-account machine — one whose panel says it is working as another account — there is no "go back to the browser". Authorization is the only way such a machine gets access, so removing it means access runs out and stops. The confirmation tells you exactly how long you have.

Sign off

Throws away this computer's pass. It is the everyday one — the thing to do when you are done for the day, or don't need shared drive access any more.

One honest caveat: network drives you already have open may keep working until you close them or restart. That is your operating system holding a connection open, and no app can promise otherwise. But nothing new can be opened.
Technically what each door actually does

Signing out of the identity provider ends the SSO session at the authority and drops the in-memory refresh token. It cannot sign you out of Windows itself; an application can only release its own session.

Removing the authorization deletes the device grant's non-exportable ECDSA P-256 key from this device's TPM first, then revokes it at the broker — that order is what makes it work offline.

Signing off is a realm-scoped purge of the ticket cache — the TGT and the service tickets for this realm only. Tickets for other realms are left alone, which is what makes it safe on a cloud-trust tenant. An SMB session already established keeps serving files off an empty cache with no Kerberos traffic, so no ticket-scoped verb can honestly promise that connections end.

Fixing things

ButtonWhat it does
Set up Windows…One-time, per computer. Teaches Windows about your organisation's realm. Needs administrator permission and a restart afterwards.
Repair network drives…Clears a stuck network-drive state. Save your work first — every network drive on the computer disconnects, not just these ones.
Set up Windows again…The same setup, applied over a partial or stale one. In Settings ▸ Advanced.
Forget {realm}…Removes the setup entirely. In Settings ▸ Advanced.

Anything that cannot be undone asks you first, tells you exactly what it will do, and defaults to cancelling. You can close that window and let the work run — it will tell you how it went.

macOS needs none of this. It finds the realm by itself, so there is no setup step, no administrator prompt anywhere in the product, and no repair — a dropped connection there simply reconnects.

Fixing things

macOS needs none of this. It finds the realm by itself, so there is no setup step, no administrator prompt anywhere in the product, and no repair — a dropped connection there simply reconnects.

Authorizing this device

ButtonWhat it does
Authorize access…Lets this device get passes without a browser sign-in, for a set number of days.
Authorize again…The same, once authorization is already held — the way to extend it.

What actually happens: a key is created inside this device's security chip. It cannot be copied off the device, it covers your account on this device only, and your IT team can revoke it at any time.

You will get a reminder before it expires. Signing in through the browser once extends it.

Technically the device grant

This is a KerBridge device grant — a non-exportable ECDSA P-256 key in the TPM, created through CNG's platform crypto provider at user scope, so it needs no elevation and dies with the profile. The broker holds the matching public key and enforces its own day cap, so lowering that cap shortens every outstanding grant.

Everything else

ItemWhat it does
Open statusBrings the status panel up.
Settings…See the Settings section below.
HelpThis page.
Open log folderA technical record of what the app did, for when someone is helping you. Appears when something has gone wrong, and always in Settings ▸ Advanced ▸ Troubleshoot.
Quit NAS AccessStops the app. Your current pass stays valid until it runs out, and nothing renews it after that.

Settings

PART 5

Basic

Broker URL — the server your IT team gave you. This is the only thing the app needs to know; everything else it asks that server for.

If it says the URL was set by your IT team and cannot be changed here, it has been set centrally, which is normal on a managed computer.

Start at login — signs you in automatically after you log in, so your drives are ready when you are. Recommended.

Using the Windows sign-in when possible skips the browser when Windows' own sign-in can vouch for you silently. Leave it on; if it can't help, the app falls back to the browser and nothing is lost.

Advanced

Authorization — shows what this device is authorized as, and holds the buttons that create and remove it. The field for authorizing this device on behalf of another account is for shared-account machines: leave it empty for your own account.

Changing that field decides who the next authorization is for. It changes nothing about the one already held.

Windows setup — whether this computer knows about your organisation's realm, plus the buttons to redo or remove it.

Troubleshoot — opens the log folder.

On macOS

Settings is a single sheet with the broker URL and the start-at-login switch, and an OK / Cancel pair — the other sections describe things macOS does not have.

About

Version and licence.

Notifications

PART 6

The app speaks rarely and only about things that matter.

You'll hear aboutNot about
Access being restored after a problemRoutine renewals that worked
Access about to stop, around twenty minutes aheadThe pass clock ticking down normally
Access having stoppedBrief network trouble that fixed itself
Your device's authorization coming up for renewalA machine that is simply switched off

Nothing is lost if you miss one. A notification is an interruption, never a record — the status panel always has the current truth, and nothing decays. There is no unread badge and no list of what you missed.

The renewal reminder waits until you are actually at the keyboard, rather than firing at three in the morning.

When something isn't working

PART 7

Start with the icon, then the panel. It almost always names the problem and puts the fix on a button.

SymptomLikely causeWhat to do
A drive asks for a passwordThe pass has run out or was never obtainedOpen the panel. It will say there is no access, or that access is expiring.
Drives worked, then stopped mid-sessionWindows' NTLM hiccupUse the repair button, after saving your work
The panel says it can't reach the serverOff the network, or VPN downReconnect. It retries by itself and recovers.
IT just gave you access to a folder, and it still won't openYour pass was issued before the changeRenew — a pass carries a snapshot of your groups, so a fresh one is needed
Everything looks fine, but one folder is deniedPermissions on that folderNot a NAS Access problem — ask whoever owns the folder
The panel says an administrator has to fix itIt doesSend IT the message, exactly as written

Reading an error message

Every detailed message is written in two halves:

TLS untrusted: TLS untrusted: this device can't confirm it's really talking to kerbridge.example.site. An administrator has to fix this.
Before the colona technical handle, put there deliberately for whoever helps you After itwhat it means for you

When you report a problem, quote the whole line — the handle is often all your IT team needs.

Quick answers

PART 8
Do I have to keep the app running?
Yes, to keep drives reachable. It uses almost nothing while idle, and starting it at login means you never think about it.
Why does a browser window open when I sign in?
Because your sign-in belongs to your organisation, not to this app. The app never sees your password — your browser handles it, exactly as it does for your other work sites.
Why didn't it ask me for anything this morning?
Because it didn't have to. That is the intended experience.
I closed the lid over lunch.
Fine. It picks up where it left off, and gets a fresh pass if needed.
I'm working from home.
Whatever normally reaches your file server — VPN or otherwise — is what NAS Access needs too. If your drives work at home today, they will work with NAS Access.
Is my password stored anywhere?
No. The app never receives one. Nothing it keeps on disk can be used to sign in as you.
Can IT see what I open?
NAS Access does not watch your files. Your file server keeps its own records, as it always has.
I signed off, but a drive is still open.
Your operating system is holding a connection it already had. Close the window, disconnect the drive, or restart. Nothing new can be opened.

The words this app uses

GLOSSARY
WordMeans here
AccessBeing able to authenticate on your network file server
Sign inProving who you are, in your browser
Sign offThrowing away the current pass to network drives
AuthorizationThis device's permission to skip the browser for a while, optionally as a different user
RenewGetting a fresh pass without bothering you
RealmThe name of the on-site system your drives belong to, like EXAMPLE.SITE
BrokerYour IT team's server — the one NAS Access asks a pass from
TicketThe pass itself. A technical term; it only appears under the Kerberos details
This deviceThe computer you are sitting at

Asking for help

FINALLY

Have these ready — the app shows all of them:

1
The headline
The coloured line at the top of the panel
2
The full message
Including the part before the colon
3
The realm
From the Kerberos details — the first thing anyone will ask
4
The log
Settings ▸ Advanced ▸ Troubleshoot ▸ open the log folder

That is usually enough to resolve it without anyone touching your computer.