Getting Started
Getting Started with psLens
Install SWS in PeopleSoft, run the psLens container, point it at SWS, log in. The pages in order:
Overview
psLens is a single self-contained application: a Go binary that serves the web interface and stores report data locally. There is no separate database to manage. It connects to your PeopleSoft environment through the SWS (Secure Web Services) framework, which must be installed and configured in PeopleSoft first.

The psLens dashboard — your starting point for monitoring PeopleSoft environments
Hosting psLens in production? Read Deployment Options for HTTPS, version pinning, backups, and upgrade paths.
Setup Steps
- Read the Architecture Overview to see how the pieces fit together
- Install the SWS Framework in your PeopleSoft environment
- Install psLens on your server
- Configure psLens with your database connection details
- Start psLens and open the dashboard in your browser
Quick Start
Once the SWS framework is installed in PeopleSoft:
# Create a directory for psLens
mkdir pslens && cd pslens
# Create config.yaml with your PeopleSoft connection details
# (see Configuration for full details)
# Start psLens with Docker
docker compose up -d
# Open http://localhost:8080 in your browser
Architecture Overview
How psLens connects to PeopleSoft: a small SWS framework inside your PeopleSoft environment, and a psLens Docker container hosted externally.