mattrogers/cyberpam

By mattrogers

Updated 9 months ago

PAM Solution with Session Recording HTTPS/RDP/SSH/VNC

Image
Security
Developer tools
Monitoring & observability
1

979

mattrogers/cyberpam repository overview

https://github.com/RamboRogers/cyberpamnow

What is PAM? PAM is the process of managing access to resources. It is a critical component of any security architecture.

⚡️ This is a SINGLE CONTAINER (Docker or Kubernetes) and can go from pull to production in 5 minutes and is PERFECT for a SaaS Product 🚀

🚀 Quick Start

CyberPAM is distributed as a Docker container for easy deployment and a 5 minute setup:

Docker

You can just copy paste this into your terminal 🖥️ to deploy or upgrade

# Pull the latest image
docker pull mattrogers/cyberpam:latest

docker stop cyberpam
docker rm cyberpam

# Run with basic configuration
docker run -d \
  --name cyberpam \
  -v cyberpamdb:/data \
  -v cyberpamrecordings:/recordings \
  -p 8080:8080 \
  mattrogers/cyberpam:latest

docker logs cyberpam
Kubernetes
kubectl apply -f kubernetes/deployment-cyberpam.yaml

⚡️NOTICE - GET YOUR ADMIN PASSWORD👋

Access the web interface at http://localhost:8080 after starting the container. The initial admin credentials will be displayed in the container logs:

# View initial admin credentials
docker logs cyberpam

Tag summary

Content type

Image

Digest

sha256:f95f05fa8

Size

466.8 MB

Last updated

9 months ago

docker pull mattrogers/cyberpam:0.6.0c