OrbisID Community Edition is a free, self-hosted Privileged Access Management (PAM) detection tool that discovers, classifies, and reports on privileged access across up to 10 target systems. It surfaces unknown admin access, ex-employee risk, and compliance gaps against frameworks including NIST 800-53, ISO 27001, and Cyber Essentials, all without your data ever leaving your environment.
OrbisID Community Edition is a free, self-hosted Privileged Access Management (PAM) detection and governance tool for teams that need visibility into privileged access without adding another vault to manage. It discovers, classifies, and continuously reports on privileged accounts and access paths across up to 10 target systems, surfacing the risks that matter most: unknown or orphaned admin access, ex-employee accounts that were never deprovisioned, shared credentials, and privilege sprawl that traditional identity tools miss. A visual access graph maps relationships between identities, accounts, and systems, making it straightforward to trace who can reach what, and why.
Community Edition includes automated compliance gap analysis against major frameworks, including NIST 800-53, NIST 800-63, ISO 27001, ISO 29146, ISO 24760, SOX, GxP, HIPAA, and Cyber Essentials, alongside key risk indicators (KRIs) that track privileged access posture over time. On-demand scanning gives a single user a clear, point-in-time view of privileged access risk, ready to support cyber insurance conversations, certification prep, or internal governance review, without the manual spreadsheet exercise this normally involves.
OrbisID Community Edition deploys as a single Docker Compose package and runs entirely within your own infrastructure, so privileged access data never leaves your network. It is designed to sit alongside existing PAM vaults such as CyberArk, BeyondTrust, and Delinea as a detection and governance layer, rather than replacing them, making it a natural starting point for SMBs and mid-market IT and security teams that want stronger identity security posture without a lengthy vault migration.
Highlights
Discover privileged access across up to 10 target systems, free, surfacing unknown admin accounts, ex-employee risk, and privilege sprawl before they become an audit finding or a breach.
Run automated compliance gap analysis against major frameworks, including NIST 800-53, ISO 27001, SOX, GxP, HIPAA and Cyber Essentials, with key risk indicators to track your privileged access posture over time.
Deploy as a self-contained EC2 instance that runs entirely within your own AWS environment, complementing existing PAM vaults such as CyberArk, BeyondTrust, and Delinea.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
This Community Edition is free to run — the software itself carries no license charge. The five options here are AWS EC2 instance sizes, not feature tiers. You pick the machine that fits your workload: t3a.medium, t3.medium, t3a.large, t3.large, or m5.large. Each is billed per hour for the underlying compute. The medium sizes offer fewer resources; the large sizes offer more CPU and memory. Your only cost is the AWS infrastructure you select. The product runs self-hosted on the instance you choose, so pricing scales with instance size and hours of use.
Top-of-mind questions for buyers
Since the software is free, am I charged when the EC2 instance is stopped or powered off?
The software carries no license charge in any state. Hourly charges reflect only the AWS compute for your chosen instance while it runs. A fully stopped instance stops accruing hourly compute charges. You may still pay AWS storage fees for attached volumes on stopped instances.
What resources do the medium and large instance sizes provide, and what do I need to run the software?
Each option is an AWS EC2 instance type differing in CPU and memory. The medium sizes give fewer resources; the large sizes give more. The product needs at least 4 GB RAM and 2 CPU cores, with 8 GB RAM suggested for production use.
How is this product deployed on the instance I select?
The product runs self-hosted as a container package on your chosen Linux instance. It connects outbound to your target systems, so no inbound firewall changes are required. Your only cost is the AWS instance-hours for the size you pick.
orbisid.com+1
Helpful?
Vendor refund policy
OrbisID Community Edition is offered at no charge. There are no software fees associated with this product, and therefore no software charges are eligible for refund. Standard AWS infrastructure costs incurred while running this product (EC2 instance hours, EBS storage, data transfer, etc.) are billed directly by AWS under your own AWS account and are governed by AWS's own service terms, not by OrbisID as the seller.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
OrbisID Community Edition Quick Launch AMI, build 20260817-15660d78. Always launches the latest published OrbisID release. See https://orbisid.com/releases for release notes.
Additional details
Usage instructions
Launch this AMI (1-Click Launch, or manually from the EC2 console/CLI). No parameters are required.
Recommended instance type: t3.large (2 vCPU / 8 GB) for headroom as scan/audit history grows; t3.medium (2 vCPU / 4 GB) is the minimum. t3a equivalents (AMD) and m5.large (no burstable-credit throttling) also work. Community Edition has no AI features, so a larger size won't unlock anything.
Recommended security group: by default, restrict inbound 443 (HTTPS) and 80 (redirects to 443) to your own network (VPC CIDR, VPN, or Direct Connect range), not the internet; 22 (SSH) is optional, for checking first-boot progress. Open 0.0.0.0/0 only if you want this instance reachable from the public internet.
A public IP is not required - launch into any subnet with or without one. The instance uses whichever hostname/IP it has (public if assigned, otherwise private) to generate its TLS certificate. Without a public IP you'll need to be on the same network (VPN/Direct Connect/bastion) to reach it; to expose it later, attach an Elastic IP (see step 3's note).
Wait 3-5 minutes after "running" for first boot to finish (image pull, DB migrations, service startup). Watch progress via EC2 console (Actions, Monitor and troubleshoot, Get system log) or SSH in and check /etc/motd or tail -f /var/log/orbisid-first-boot.log.
Browse to the HTTPS URL shown in the system log/MOTD (public DNS/IP if one was assigned, otherwise the private IP - reachable only from your own network). Your browser will warn about the self-signed certificate; this is expected with no domain configured. Accept the warning to continue.
Note: attaching an Elastic IP later won't match the certificate already generated. Don't re-run first-boot provisioning to fix this - it regenerates the encryption key and database password and breaks existing data. Instead SSH in and run:
replacing <new-ip> with the Elastic IP, then browse to https://<new-ip>.
Sign in with the administrator account. The initial password is unique to this instance:
Username: admin
Password: this instance's EC2 instance ID (for example, i-0123456789abcdef0) - shown in the MOTD/system log next to the URL, and visible in the EC2 console/CLI.
Change this password immediately from the Profile menu.
From Systems, begin onboarding target systems for scanning (up to 10 in Community Edition). No license key is required.
Troubleshooting: if the URL doesn't load at all, check the security group first - it must allow inbound 443 (and ideally 80/22) from wherever you're connecting: your network's CIDR by default, or 0.0.0.0/0 only if you deliberately opened it up. If launched without a public IP, the instance is only reachable from your own network (VPN/Direct Connect/bastion) by design - it won't respond from the open internet.
Note: this instance's database lives on its own EBS root volume. Stopping/starting preserves data; terminating does not. For your own domain, a trusted certificate, managed RDS, and high availability, see the "OrbisID - Community Edition" CloudFormation/ECS delivery option.
Support for OrbisID Community Edition is provided through our public GitHub repository. Raise an issue at the link above for bug reports, feature requests, or general questions - you can track triage status and see community discussion directly on the issue thread. There is no guaranteed response time for the free edition, but issues are reviewed regularly.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.