How to choose privileged access tooling: the PAM buyer's guide
Privileged access management has a reputation, and it is earned. It is the security project most likely to be bought with real enthusiasm, deployed about halfway, and then quietly declared finished while the riskiest accounts still sit untouched. You can find PAM platforms in companies that have been "rolling them out" for three years, with a vault that holds a handful of passwords and a long list of admins who never got onboarded because it was too disruptive.
That pattern is worth understanding before you buy, because the failure usually comes from PAM changing how your most senior technical people work every day. The companies that get value from PAM are the ones that picked a scope they could actually finish, not the ones that bought the biggest platform. So this is a buying decision with an unusual property: the right answer for most companies is smaller and more focused than the market will sell you.
- The signature PAM failure is the stalled rollout: bought with intent, deployed to the easy systems, and never finished, so the riskiest accounts stay exactly as exposed.
- The right answer for most companies is smaller and more focused than the market will sell you. Deployability, whether engineers route around it, predicts success more than the tool.
- Vaulting alone does not reduce standing privilege. The more valuable idea is just-in-time access, so powerful access does not exist until someone needs it and disappears when they are done.
- Classic server-centric PAM misses where modern risk lives: cloud consoles, SaaS admin panels, CI/CD, Kubernetes, network devices, and machine identities.
- Machine identities outnumber human ones by roughly 82 to 1, and nearly half hold sensitive or privileged access (CyberArk, 2025), so much of the privileged population to govern is not people.
- Endpoint privilege management, removing local admin and elevating per-application, is one of the highest-return moves available and worth doing early.
what PAM is actually for
Privileged access is the access that can change things. An administrator who can reset passwords, a service account that can deploy to production, a cloud role that can spin up or delete infrastructure, a network engineer who can reconfigure the firewall. These are the accounts an attacker wants, because owning one of them is close to owning the company. The use of stolen credentials shows up in a large share of breaches, and a stolen credential that happens to be privileged is the shortest path from a foothold to a disaster.
The job of PAM is to make those powerful accounts harder to steal, harder to misuse, and easier to account for. It does that through some combination of locking the credentials away, granting the access only when it is genuinely needed, watching what happens during a privileged session, and removing the standing admin rights that sit around waiting to be abused. Different tools emphasize different parts of that, which is the first thing to get straight when you shop.
where buyers go wrong
The biggest mistake is buying a platform sized for an organization you are not. Enterprise PAM suites are built for environments with dedicated identity teams who can run them. Drop one into a company without those hands and you get shelfware: an expensive vault holding a fraction of the privileged accounts, while the rest carry on with standing admin rights and shared passwords.
The second is thinking PAM means a password vault and nothing else. Vaulting privileged credentials is useful, but if the account still has standing access the whole time and the vault just hands out the password on request, you have added a checkout step, not removed the underlying risk. The more valuable idea is reducing standing privilege in the first place, so the powerful access does not exist until someone needs it.
The third is covering servers and ignoring everything else. Classic PAM grew up around logging into servers. Your privileged access today is spread across cloud consoles, SaaS admin panels, CI/CD pipelines, Kubernetes, network devices, and a swarm of machine identities. A tool that secures your Windows and Linux admins while your cloud root access and your DevOps secrets sit unprotected has covered the part that is easiest to demo and missed where a lot of the modern risk actually lives.
The fourth is underestimating the rollout. PAM touches the daily workflow of the people with the least patience for friction. If the tool makes their job slower and they have the power to avoid it, they will, and your coverage quietly erodes. The deployment is the hard part, and it is the part the demo never shows.
Underneath all four is the same prerequisite: you cannot protect privileged access you cannot list. Knowing every privileged account, human and machine, where it lives, what it can reach, and whether it holds standing rights, is the input that makes the rest of the decision real.
before you shop: find your privileged access
Before you look at a single tool, build the picture. Find your human admins, including the personal admin accounts people created for convenience and the shared ones whose password is in a spreadsheet. Find your service accounts and machine identities with privilege, which in most companies vastly outnumber the human ones. Find the cloud roles with broad power, the root and owner and global-admin equivalents. Find who can reach your crown-jewel systems and whether that access is standing or granted on demand.
This usually surprises people, because privileged access accumulates the same way all access does. Someone needed admin for a project, got it, and never lost it. A service account was created with broad rights because scoping it down was fiddly. A contractor was made an admin and the engagement ended. Machine identities now outnumber human ones by roughly 82 to 1, and nearly half of them hold sensitive or privileged access (CyberArk, 2025), which means the privileged population you most need to govern is largely not people, and largely invisible without looking.
Get a sense of your bracket, too. A ten-person startup running everything in one cloud account has a very different PAM problem from a thousand-person company with data centers, a DevOps org, and regulated workloads. The scoping decision matters more here than the brand.
the category in plain terms
credential vaulting and rotation
The classic core. Privileged passwords, keys, and secrets are stored in a vault rather than in people's heads or a spreadsheet, checked out when needed, and rotated automatically so a credential that leaks has a short shelf life. Genuinely useful for shared and break-glass accounts. On its own it does not reduce standing privilege, so treat it as one piece rather than the whole answer.
session management, monitoring, and recording
The tool brokers the privileged session through a proxy or gateway, so the admin connects through it rather than directly. That lets you record what happened, monitor it live, and cut the session off if something looks wrong. This is where a lot of the audit and accountability value sits, and it is often what a regulator or an investigator wants: a record of who did what with privileged access, and when.
just-in-time access and zero standing privilege
The modern center of gravity, and the part worth steering toward. Instead of an admin holding privileged rights all the time, they request access when they need it, it is granted for a bounded window with a reason attached, and it is revoked automatically afterward. This shrinks the attack surface in a way vaulting alone does not, because most of the time there is simply no standing privilege to steal. If a tool cannot do meaningful just-in-time access, it is selling you yesterday's model.
endpoint privilege management
Removing local administrator rights from everyday laptops and granting elevation per-application instead. This is one of the highest-return moves available, because local admin on a normal user's machine is a favorite stepping stone for ransomware and malware. Some PAM suites include it, some treat it as a separate product. Either way, taking local admin away from people who do not need it day to day is worth doing early.
secrets management for machines and DevOps
API keys, tokens, certificates, and the credentials that CI/CD pipelines and applications use to talk to each other. This overlaps heavily with non-human identity security, and it matters because automated systems often run with the broadest privileges and the worst hygiene. If your environment is cloud-native or DevOps-heavy, this part may matter more than classic human-admin vaulting.
cloud and remote privileged access
Cloud platforms have their own privilege model, and managing entitlements there (sometimes its own category, cloud infrastructure entitlement management) is increasingly part of the picture. So is vendor and third-party privileged access: giving an outside contractor or supplier admin access to one system, with recording and time limits, without handing them a VPN and the run of your network.
how it is deployed
Two broad architectures. Agent-based tools put software on the targets or endpoints, which enables deeper control like endpoint privilege management but adds a footprint to manage. Proxy or gateway-based tools broker connections without an agent on every target, which is lighter but covers a narrower set of actions. Most real deployments end up with a mix, and the right balance depends on what you are protecting.
what's right for your size and situation
- Lean / small (under ~50) · What good looks like: You may not need a PAM platform at all yet. Separate admin accounts from daily-use accounts, MFA on every admin, remove local admin from laptops, and put shared and break-glass credentials in a proper password manager. Use the privileged-role features your cloud already includes. · What to skip: A full PAM suite. It will outrun your ability to run it.
- Growing mid-market (50 to 500) · What good looks like: A right-sized PAM focused on your crown jewels: vault the critical shared credentials, record sessions on the systems that matter most, and use just-in-time access where your stack supports it. Endpoint privilege management to strip local admin broadly. · What to skip: Trying to onboard every privileged account at once. Scope to what would hurt most.
- Larger / multi-entity (500 to 2000) · What good looks like: A full PAM platform with just-in-time access as the default, session recording, secrets management for DevOps, and managed vendor access. A named owner who actually runs it. · What to skip: Standing privilege left in place beside the vault, which quietly defeats the point.
- Enterprise / regulated (2000+, finance) · What good looks like: Privileged access governed end to end: zero standing privilege, recording and review, segregation of duties, machine-identity secrets, and the audit evidence your regulator expects on demand. · What to skip: Anything that cannot produce that evidence, or that a small team can operate.
Some situations change the shape regardless of size:
Cloud-native and DevOps-heavy. If most of your privilege lives in cloud roles, pipelines, and machine identities rather than human server logins, weight secrets management and cloud entitlements over classic vaulting. The old server-centric PAM model can miss most of your real exposure.
Managed service providers and anyone holding clients' keys. If your team has privileged access into other organizations' environments, your PAM problem is bigger than your headcount suggests, and session recording and strict just-in-time access stop being nice-to-haves.
Vendors and third parties with admin access. A common and underrated risk. If outside parties need privileged access, brokered and recorded vendor access is often the single most valuable PAM capability you can deploy.
Operational technology and legacy systems. Factories, utilities, and old systems that cannot take an agent or a modern protocol need PAM that meets them where they are, usually through a gateway. If this is you, make it an explicit evaluation criterion.
sourcing: four ways to get there
Use what you already have. Cloud platforms include privileged-role management and time-bound elevation. Your identity provider may offer just-in-time roles. A good password manager handles shared and break-glass credentials for a small company. For lean organizations, separating admin accounts, enforcing MFA on them, removing local admin, and using these built-in features covers most of the real risk.
Buy a focused point capability. Endpoint privilege management to remove local admin, or a vault for shared credentials, can be bought and deployed on their own. This is often the highest-return PAM money a mid-market company can spend, precisely because it is narrow enough to finish.
Buy a full PAM platform. Justified when you have a large and varied privileged estate, real regulatory pressure, and the team to run it. The capability is real. So is the operational weight.
Bring in help. PAM is the security category where outside help most often pays for itself, because the rollout is the hard part and a botched one is worse than none. A co-managed arrangement or an advisor-led deployment can be the difference between a platform that gets fully deployed and one that joins the three-year-rollout club.
the decision criteria that actually matter
- Coverage breadth · What to look for: Does it reach all your privileged access: servers, cloud consoles, SaaS admin, network devices, DevOps and machine identities, and any operational technology, or just the easy ones?
- Just-in-time access · What to look for: Can it grant privileged access on demand and revoke it automatically, so you can move toward zero standing privilege rather than just vaulting standing rights?
- Session control · What to look for: Can it record, monitor, and terminate privileged sessions, and produce that record for an audit?
- Endpoint privilege management · What to look for: Can it remove local admin and elevate per-application, or do you need a separate tool for that?
- Machine and DevOps secrets · What to look for: Does it handle the non-human privileged credentials, which are usually the larger population?
- Deployment model · What to look for: Agent or gateway, and does that fit your estate, including the systems that cannot take an agent?
- Deployability · What to look for: How realistic is full deployment with the team you have? This is the criterion that most predicts success and the one buyers most often skip.
- Break-glass · What to look for: What happens in an emergency when the PAM system itself is unavailable? The break-glass path has to exist and be safe.
- Integration · What to look for: Does it fit your identity provider, your cloud, and your workflows, or add another silo?
- Evidence and EU · What to look for: Can it produce the reporting a regulator or insurer wants, and where does the data live?
If you take one row, take deployability. A modest tool fully deployed beats a powerful one that covers a third of your privileged accounts, because the accounts it does not cover are exactly the ones an attacker will use.
how PAM is priced, and the real cost
PAM is usually priced per privileged user, per managed account or target, or per module, and the platforms sit at the more expensive end of identity tooling. The license is frequently the smaller part of the real cost. Budget for the rest honestly:
- Professional services. Enterprise PAM rollouts are famous for long, expensive services engagements. Discovering privileged accounts, onboarding them, integrating, and tuning policies is real work, and it is often where most of the year-one spend goes.
- Ongoing operation. Someone has to run this: the vault, the policies, the onboarding of new systems, the exceptions, the break-glass tests. Factor in the person, not just the platform.
- The agent footprint. If it is agent-based, you are now managing agents across your estate, which is its own overhead.
- The renewal. Watch the uplift, and what moving up a tier to get just-in-time or DevOps coverage does to your bill.
Think in total cost over two or three years, including the services and the operating effort, and the case for starting narrow and finishing it usually beats the case for buying broad and stalling.
how to run the evaluation
Keep the scope tight and prove the hard parts early. Build a shortlist that includes the smaller-than-you-think option: cloud-native privileged roles plus endpoint privilege management, against a focused or full platform.
Send pointed questions rather than a generic RFP. The ones that separate tools: How do you do just-in-time access, and what does revocation actually look like? What is your coverage for cloud and DevOps privilege, not just servers? Do you need an agent on every target, and what about systems that cannot take one? How does break-glass work when your system is down? What does a realistic deployment timeline look like for an estate like ours, and how much of it is services?
Then run a proof of concept against your real environment. Onboard your top few critical systems, not a toy. Grant and revoke a just-in-time privileged session and watch what the admin experiences. Turn on session recording for one crown-jewel system. Test the break-glass path by pretending the PAM system is down. If DevOps secrets matter to you, onboard one real pipeline. Set the success criteria before you start.
And take references with one specific question: how long did your rollout actually take, what stalled, and what is still not onboarded. The gap between the intended and the actual scope is the most honest thing a reference can tell you.
the traps that stall a rollout
The signature PAM failure is the stalled rollout: bought with intent, deployed to the easy systems, and never finished, so the riskiest accounts stay exactly as exposed as before while the dashboard shows green on the ones that were never the problem.
Close behind is the vault that becomes a bottleneck. If checking out a credential is slow or awkward, engineers find a way around it, and your coverage hollows out from the inside. Then there is standing privilege left in place next to the vault, so you have added a step without removing the underlying risk. There is the cloud and DevOps privilege quietly left out of scope because the tool grew up around servers. And there is the break-glass account, the emergency admin that bypasses the whole system, which is both necessary and a favorite target, and which many rollouts handle as an afterthought.
The shape of all of them is the same: privileged access is only as governed as its least-covered corner, and the corners are where attackers go.
where this meets the rules
Privileged access sits squarely inside the regulations. NIS2's risk-management measures under Article 21 include access control and the broader expectation that you manage who can reach critical systems. DORA, for financial entities, requires controls on privileged and remote access through its technical standards, including least privilege and accountability. ISO 27001 expects privileged access to be restricted and reviewed. And cyber insurers increasingly ask specifically about privileged access controls, because they know that is the path a ransomware crew takes. None of these mandate a particular product, but they all point the same way: standing, unmonitored, shared privileged access is the thing to get rid of.
This is context for prioritizing, not legal advice, and the specifics depend on your sector and country.
a sequenced path
Crawl: inventory your privileged accounts, human and machine. Separate admin accounts from everyday accounts so nobody is browsing email as a domain admin. Put MFA on every privileged account. Remove local admin from laptops through endpoint privilege management. Get shared and break-glass credentials out of spreadsheets and into a proper vault or password manager. Much of this needs no enterprise platform and removes a large slice of the risk.
Walk: vault and rotate the credentials for your most critical systems. Turn on session recording where accountability matters most. Introduce just-in-time access on the systems that support it, so standing privilege starts to shrink. Bring cloud privileged roles into the picture, because that is where a lot of modern risk lives.
Run: drive toward zero standing privilege, so privileged access is granted on demand and revoked automatically as the norm rather than the exception. Bring DevOps and machine secrets under management. Broker and record vendor access. Watch for privileged-account abuse continuously. At this point privileged access stops being a pile of risky standing rights and becomes something you grant, watch, and account for.
where to start
PAM is one of the most valuable things you can do for your security and one of the easiest to do badly, and the difference is almost always scope. The companies that succeed pick a boundary they can finish, usually starting with separating admin accounts, enforcing MFA on them, and removing local admin, and only reach for a platform once they know exactly what they need it to cover.
let's start with a conversation
Most first conversations start with not quite knowing what you have or where to begin. That's normal, and it's exactly where we're useful.
Tell us what prompted this. An upcoming audit, an incident, a client's security questionnaire, or just a sense that things have gotten messy.
We'll take it from there

+48 783 762 997
julian@unshadowit.com

