{"id":14557442,"url":"https://github.com/gnmyt/Nexterm","last_synced_at":"2025-09-04T02:31:49.067Z","repository":{"id":253516181,"uuid":"842102124","full_name":"gnmyt/Nexterm","owner":"gnmyt","description":"The open source server management software for SSH, VNC \u0026 RDP","archived":false,"fork":false,"pushed_at":"2025-09-03T08:00:44.000Z","size":5678,"stargazers_count":3288,"open_issues_count":76,"forks_count":148,"subscribers_count":28,"default_branch":"main","last_synced_at":"2025-09-03T10:07:13.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://docs.nexterm.dev/","language":"JavaScript","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/gnmyt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":".github/FUNDING.yml","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":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"gnmyt","ko_fi":"gnmyt"}},"created_at":"2024-08-13T17:14:38.000Z","updated_at":"2025-09-03T08:00:39.000Z","dependencies_parsed_at":"2024-10-25T10:11:01.029Z","dependency_job_id":"9b5b1bf2-7c10-4e16-bc93-062c3f6fd27b","html_url":"https://github.com/gnmyt/Nexterm","commit_stats":null,"previous_names":["gnmyt/nexterm"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/gnmyt/Nexterm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnmyt%2FNexterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnmyt%2FNexterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnmyt%2FNexterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnmyt%2FNexterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnmyt","download_url":"https://codeload.github.com/gnmyt/Nexterm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnmyt%2FNexterm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273541943,"owners_count":25124062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":[],"created_at":"2024-09-06T20:01:15.049Z","updated_at":"2025-09-04T02:31:49.061Z","avatar_url":"https://github.com/gnmyt.png","language":"JavaScript","funding_links":["https://github.com/sponsors/gnmyt","https://ko-fi.com/gnmyt"],"categories":["置顶","JavaScript","others","终端工具"],"sub_categories":["05、运维监控体系"],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n[![Release][release-shield]][release-url]\n\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/gnmyt/Nexterm\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://i.imgur.com/WhNYRgX.png\"\u003e\n        \u003cimg alt=\"Nexterm Banner\" src=\"https://i.imgur.com/TBMT7dt.png\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 🤔 What is Nexterm?\n\nNexterm is an open-source server management software that allows you to:\n\n-   Connect remotely via SSH, VNC and RDP\n-   Manage files through SFTP\n-   Deploy applications via Docker\n-   Manage Proxmox LXC and QEMU containers\n-   Secure access with two-factor authentication\n\n## 🚀 Run preview\n\nYou can run a preview of Nexterm by clicking [here](https://docs.nexterm.dev/preview).\n\n## 💻 Development\n\n### Prerequisites\n\n-   Node.js 18+\n-   Yarn\n-   Docker (optional)\n\n### Local Setup\n\n#### Clone the repository\n\n```sh\ngit clone https://github.com/gnmyt/Nexterm.git\ncd Nexterm\n```\n\n#### Install dependencies\n\n```sh\nyarn install\ncd client \u0026\u0026 yarn install\ncd ..\n```\n\n#### Start development mode\n\n```sh\nyarn dev\n```\n\n## 🔧 Configuration\n\nThe server listens on port 6989 by default. You can modify this behavior using environment variables:\n\n-   `SERVER_PORT`: Server listening port (default: 6989)\n-   `NODE_ENV`: Runtime environment (development/production)\n-   `ENCRYPTION_KEY`: Encryption key for passwords, SSH keys and passphrases (default: Randomly generated key)\n-   `AI_SYSTEM_PROMPT`: System prompt for AI features (example: You are a Linux command generator assistant.)\n\n## 🛡️ Security\n\n-   Two-factor authentication\n-   Session management\n-   Password encryption\n-   Docker container isolation\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to:\n\n1. Fork the project\n2. Create a feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 🔗 Useful Links\n\n-   [Documentation](https://docs.nexterm.dev)\n-   [Discord](https://dc.gnmyt.dev)\n-   [Report a bug](https://github.com/gnmyt/Nexterm/issues)\n-   [Request a feature](https://github.com/gnmyt/Nexterm/issues)\n\n## License\n\nDistributed under the MIT license. See `LICENSE` for more information.\n\n[contributors-shield]: https://img.shields.io/github/contributors/gnmyt/Nexterm.svg?style=for-the-badge\n[contributors-url]: https://github.com/gnmyt/Nexterm/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/gnmyt/Nexterm.svg?style=for-the-badge\n[forks-url]: https://github.com/gnmyt/Nexterm/network/members\n[stars-shield]: https://img.shields.io/github/stars/gnmyt/Nexterm.svg?style=for-the-badge\n[stars-url]: https://github.com/gnmyt/Nexterm/stargazers\n[issues-shield]: https://img.shields.io/github/issues/gnmyt/Nexterm.svg?style=for-the-badge\n[issues-url]: https://github.com/gnmyt/Nexterm/issues\n[license-shield]: https://img.shields.io/github/license/gnmyt/Nexterm.svg?style=for-the-badge\n[license-url]: https://github.com/gnmyt/Nexterm/blob/master/LICENSE\n[release-shield]: https://img.shields.io/github/v/release/gnmyt/Nexterm.svg?style=for-the-badge\n[release-url]: https://github.com/gnmyt/Nexterm/releases/latest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnmyt%2FNexterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnmyt%2FNexterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnmyt%2FNexterm/lists"}