{"id":51222445,"url":"https://github.com/syofyanzuhad/sshelf","last_synced_at":"2026-06-28T08:30:32.218Z","repository":{"id":359190130,"uuid":"1244924030","full_name":"syofyanzuhad/sshelf","owner":"syofyanzuhad","description":"Sshelf (Secure Shelf) is a secure SSH credential manager","archived":false,"fork":false,"pushed_at":"2026-05-28T06:50:35.000Z","size":416,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-28T08:14:12.730Z","etag":null,"topics":["ssh","ssh-client","ssh-server","termius","termius-alternative","termux"],"latest_commit_sha":null,"homepage":"https://sshelf.syofyanzuhad.dev","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syofyanzuhad.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-20T18:27:09.000Z","updated_at":"2026-05-28T06:50:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/syofyanzuhad/sshelf","commit_stats":null,"previous_names":["syofyanzuhad/sshelf"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/syofyanzuhad/sshelf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syofyanzuhad%2Fsshelf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syofyanzuhad%2Fsshelf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syofyanzuhad%2Fsshelf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syofyanzuhad%2Fsshelf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syofyanzuhad","download_url":"https://codeload.github.com/syofyanzuhad/sshelf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syofyanzuhad%2Fsshelf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34882751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ssh","ssh-client","ssh-server","termius","termius-alternative","termux"],"created_at":"2026-06-28T08:30:27.042Z","updated_at":"2026-06-28T08:30:32.213Z","avatar_url":"https://github.com/syofyanzuhad.png","language":"Blade","funding_links":["https://ko-fi.com/syofyanzuhad"],"categories":[],"sub_categories":[],"readme":"# Sshelf\n\n\u003e [!IMPORTANT]\n\u003e **Sshelf is currently in Public Beta (v0.1.0-beta).** While core features like the encrypted vault and terminal are functional, you may encounter bugs. We recommend backing up your `APP_KEY` and testing in a safe environment.\n\nSshelf (Secure Shelf) is a secure SSH credential manager and real-time web terminal built with Laravel 13, Livewire 3, and xterm.js. It allows you to manage multiple server credentials securely and access them directly from your browser.\n\n## Features\n\n- **Encrypted Vault**: Server credentials (passwords/private keys) are encrypted at rest using industry-standard AES-256-GCM.\n- **Web Terminal**: High-performance interactive terminal powered by xterm.js and Laravel Reverb.\n- **SSH Key Manager**: Generate and manage Ed25519 SSH keys directly within the application.\n- **Role-Based Access Control (RBAC)**: Assign Admin or Viewer roles to restrict who can manage infrastructure vs who can only access it.\n- **Real-Time Health Monitoring**: Periodically fetches CPU, Memory, and Disk usage via SSH and broadcasts live updates to your dashboard.\n- **API \u0026 CLI Bridge**: Programmatic access with token-based (Sanctum) authentication, allowing external tools to interact with your vault and execute commands.\n- **Audit Trails**: Detailed UI for viewing connection history, including IP addresses, timestamps, and session durations.\n- **Organization**: Group servers with smart tags and search for easy management.\n- **Mobile Friendly**: Fully responsive design with card views optimized for small screens.\n- **Import/Export**: Easily migrate data via JSON, CSV, or standard SSH config files.\n\n## Deployment\n\n[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/deploy?repo=https://github.com/syofyanzuhad/sshelf)\n\n### Self-Hosting (Docker)\n\nSshelf is optimized for self-hosting using **FrankenPHP**. The simplest way to deploy is using Docker Compose:\n\n1. Clone the repository and enter the directory.\n2. Create your `.env` file:\n   ```bash\n   cp .env.example .env\n   ```\n3. Generate an application key:\n   ```bash\n   docker run --rm -v $(pwd):/app php:8.3-cli php /app/artisan key:generate --show\n   ```\n   Paste this key into your `.env` as `APP_KEY`.\n4. Start the stack:\n   ```bash\n   docker-compose up -d\n   ```\nSshelf will be available at `http://localhost:8080`.\n\n## Sponsorship \u0026 Support\n\nSshelf is open-source and free to use. If you find it useful and want to support its continued development, please consider sponsoring the project:\n\n[![Support me on Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/syofyanzuhad)\n\nYour support helps cover hosting costs and keeps the project alive!\n\n## Configuration\n\n- **Encryption**: Keep your `APP_KEY` safe. If lost, you will lose access to all stored server passwords.\n- **Background Worker**: Sshelf uses a background process for the terminal. Ensure `PHP_BINARY_PATH` in your `.env` points to your CLI PHP binary.\n- **Reverb**: Real-time communication is handled by Laravel Reverb. Ensure your firewall allows WebSocket traffic on the configured port.\n\n## Installation (Manual)\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/syofyanzuhad/sshelf.git\n   cd sshelf\n   ```\n\n2. Install dependencies:\n   ```bash\n   composer install\n   npm install\n   ```\n\n3. Setup environment:\n   ```bash\n   cp .env.example .env\n   php artisan key:generate\n   ```\n\n4. Run migrations:\n   ```bash\n   php artisan migrate\n   ```\n\n5. Build assets:\n   ```bash\n   npm run build\n   ```\n\n## Development\n\nStart the development servers:\n\n```bash\nphp artisan reverb:start\nnpm run dev\n```\n\n## Security\n\nSshelf is designed with security in mind:\n- **Authorization**: Strict Laravel Policies ensure users only access their own servers.\n- **Privacy**: Terminal sessions are broadcast over private, authenticated WebSocket channels.\n- **Audit**: Every access attempt is logged for complete transparency.\n\n## License\n\nThe Sshelf project is open-source software licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyofyanzuhad%2Fsshelf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyofyanzuhad%2Fsshelf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyofyanzuhad%2Fsshelf/lists"}