https://github.com/andy-goryachev/accesspanelpublic
Access Panel (public repo)
https://github.com/andy-goryachev/accesspanelpublic
encrypted-store file-manager json-logs json-viewer log-viewer log-visualization ndjson script-runner ssh-client terminal-emulator vnc vnc-viewer
Last synced: 5 months ago
JSON representation
Access Panel (public repo)
- Host: GitHub
- URL: https://github.com/andy-goryachev/accesspanelpublic
- Owner: andy-goryachev
- Created: 2019-09-21T20:35:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T00:58:49.000Z (about 3 years ago)
- Last Synced: 2025-01-18T16:49:35.428Z (about 1 year ago)
- Topics: encrypted-store, file-manager, json-logs, json-viewer, log-viewer, log-visualization, ndjson, script-runner, ssh-client, terminal-emulator, vnc, vnc-viewer
- Homepage:
- Size: 62.7 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Access Panel
## Features
* encrypted credentials, keys, temporary files
* log viewer
* multiple ssh terminals
* vnc viewer
* file manager
* script runner
* linux configuration tools
## Security
* credentials, keys, local files are **encrypted locally**
* encrypted temporary files
* configurable application window lock
## Log Viewer

* works with local and remote files
* timeline
* tailing
* advanced search with regex, wildcards, and highlights
* date queries
* extract and plot variables
* file alignment
* table view
* run SQL queries in the table view
## SSH Terminal

* unicode support
* workspace remembers and restores terminal connections and layout
* multiple terminal windows
## VNC Viewer

* internal tab or external window
* remembers layout
## File Manager
* local and remote filesystems
* synchronizes directories
* copy, rename, move directories and files
* file preview
## Script Runner
* a convenient UI for running commands on one or more hosts
* variables, secrets
* captures timestamps
## Linux Configuration Tools
* GUI for Linux components (iptables, nginx, apache, ...)
* multi-server command executor with variables and scripting
* GUI for common tasks like let's encrypt, zip and download logs, ...
## Other Features
* workspace remembers and reloads sessions and files
* history view for convenience and/or audit
## Try It
Access Panel requires java 17+ with JavaFX.
Download:
* [AccessPanel.jar](https://github.com/andy-goryachev/AccessPanelPublic/tree/master/releases)
* [Azul JDK FX](https://www.azul.com/downloads/?version=java-17-lts&package=jdk-fx)
Launch:
```
java -jar AccessPanel.jar
```