cyberpam
PAM Solution with Session Recording HTTPS/RDP/SSH/VNC
979
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 🚀
CyberPAM is distributed as a Docker container for easy deployment and a 5 minute setup:
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
kubectl apply -f kubernetes/deployment-cyberpam.yaml
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
Content type
Image
Digest
sha256:f95f05fa8…
Size
466.8 MB
Last updated
9 months ago
docker pull mattrogers/cyberpam:0.6.0c