ESV is a minimal interface to explore, filter, and replay session logs generated inside Exegol containers.
It supports:
- Filtering by container name and date/time
- Playback via embedded Asciinema player
- Raw
.castextract and download - Support for compressed
.asciinema.gzfiles
- Automatic scan of Exegol workspace logs
- Grouping by container
- Time-based filtering
- Start/End offset for extracts
- Downloadable
.castfiles
Oneliner :
git clone https://github.com/Frozenka/Exegol-Session-Viewer.git && cd Exegol-Session-Viewer && bash install.shGit :
git clone https://github.com/Frozenka/Exegol-Session-Viewer.git
cd Exegol-Session-Viewer
./install.shThen open your browser at: http://localhost:5005
This tool is meant to be used locally only.
Do not expose the web interface to the internet or untrusted networks.
There is no authentication or access control, and exposing this service may lead to *serious security issues.
- Python 3.8+
- Flask
Everything is handled automatically by the installer.
- Export sessions to
.mp4
Made for Exegol with love <3


