diff --git a/readmes/README.es.md b/readmes/README.es.md new file mode 100644 index 000000000..20c7e8902 --- /dev/null +++ b/readmes/README.es.md @@ -0,0 +1,111 @@ +
+ + JumpServer + +## Una herramienta PAM de código abierto (Bastion Host) + +
+
+ +## ¿Qué es JumpServer? + +JumpServer es una herramienta de Gestión de Acceso Privilegiado (PAM) de código abierto que proporciona a los equipos de DevOps e IT acceso seguro y bajo demanda a SSH, RDP, Kubernetes, Bases de Datos y puntos finales de RemoteApp a través de un navegador web. + +![JumpServer Overview](https://github.com/jumpserver/jumpserver/assets/32935519/35a371cb-8590-40ed-88ec-f351f8cf9045) + +## Inicio rápido + +Prepara un servidor Linux limpio (64 bits, >= 4c8g) + +```sh +curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash +``` + +Accede a JumpServer en tu navegador en `http://tu-ip-de-jumpserver/` +- Nombre de usuario: `admin` +- Contraseña: `ChangeMe` + +[![JumpServer Quickstart](https://github.com/user-attachments/assets/0f32f52b-9935-485e-8534-336c63389612)](https://www.youtube.com/watch?v=UlGYRbKrpgY "JumpServer Quickstart") + +## Capturas de pantalla + + + + + + + + + + + + + + + + + + + + +
JumpServer ConsoleJumpServer Audits
JumpServer WorkbenchJumpServer Settings
JumpServer SSHJumpServer RDP
JumpServer K8sJumpServer DB
+ +## Componentes + +JumpServer consta de múltiples componentes clave, que en conjunto forman el marco funcional de JumpServer, brindando a los usuarios capacidades integrales para la gestión de operaciones y el control de seguridad. + +| Proyecto | Estado | Descripción | +|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------| +| [Lina](https://github.com/jumpserver/lina) | Lina release | Interfaz Web de JumpServer | +| [Luna](https://github.com/jumpserver/luna) | Luna release | Terminal Web de JumpServer | +| [KoKo](https://github.com/jumpserver/koko) | Koko release | Conector del Protocolo de Caracteres de JumpServer | +| [Lion](https://github.com/jumpserver/lion) | Lion release | Conector de Protocolo Gráfico de JumpServer | +| [Chen](https://github.com/jumpserver/chen) | Chen release | Base de Datos Web de JumpServer | +| [Tinker](https://github.com/jumpserver/tinker) | Tinker | Conector de Aplicación Remota de JumpServer (Windows) | +| [Panda](https://github.com/jumpserver/Panda) | Panda | Conector de Aplicación Remota EE de JumpServer (Linux) | +| [Razor](https://github.com/jumpserver/razor) | Chen | Conector Proxy RDP EE de JumpServer | +| [Magnus](https://github.com/jumpserver/magnus) | Magnus | Conector Proxy de Base de Datos EE de JumpServer | +| [Nec](https://github.com/jumpserver/nec) | Nec | Conector Proxy VNC EE de JumpServer | +| [Facelive](https://github.com/jumpserver/facelive) | Facelive | Reconocimiento Facial EE de JumpServer | + + +## Contribuyendo + +Bienvenido a enviar PR para contribuir. Consulta [CONTRIBUTING.md][contributing-link] para obtener pautas. + +## Seguridad + +JumpServer es un producto crítico para la misión. Consulta las Recomendaciones de Seguridad Básicas para la instalación y el despliegue. Si encuentras algún problema relacionado con la seguridad, por favor contáctanos directamente: + +- Correo electrónico: support@fit2cloud.com + +## License + +Copyright (c) 2014-2025 FIT2CLOUD, All rights reserved. + +Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + +https://www.gnu.org/licenses/gpl-3.0.html + +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + +[docs-link]: https://jumpserver.com/docs +[discord-link]: https://discord.com/invite/W6vYXmAQG2 +[contributing-link]: https://github.com/jumpserver/jumpserver/blob/dev/CONTRIBUTING.md + + +[license-link]: https://www.gnu.org/licenses/gpl-3.0.html +[docker-link]: https://hub.docker.com/u/jumpserver +[github-release-link]: https://github.com/jumpserver/jumpserver/releases/latest +[github-stars-link]: https://github.com/jumpserver/jumpserver +[github-issues-link]: https://github.com/jumpserver/jumpserver/issues + + +[github-release-shield]: https://img.shields.io/github/v/release/jumpserver/jumpserver +[github-stars-shield]: https://img.shields.io/github/stars/jumpserver/jumpserver?color=%231890FF&style=flat-square +[docker-shield]: https://img.shields.io/docker/pulls/jumpserver/jms_all.svg +[license-shield]: https://img.shields.io/github/license/jumpserver/jumpserver +[discord-shield]: https://img.shields.io/discord/1194233267294052363?style=flat&logo=discord&logoColor=%23f5f5f5&labelColor=%235462eb&color=%235462eb + + \ No newline at end of file diff --git a/readmes/README.ja.md b/readmes/README.ja.md index d53f882d5..6764c6bd8 100644 --- a/readmes/README.ja.md +++ b/readmes/README.ja.md @@ -1,25 +1,17 @@
- JumpServer + JumpServer -## An open-source PAM tool (Bastion Host) - -[![][license-shield]][license-link] -[![][discord-shield]][discord-link] -[![][docker-shield]][docker-link] -[![][github-release-shield]][github-release-link] -[![][github-stars-shield]][github-stars-link] - -[English](/README.md) · [中文(简体)](/readmes/README.zh-hans.md) · [中文(繁體)](/readmes/README.zh-hant.md) · [日本語](/readmes/README.ja.md) · [Português (Brasil)](/readmes/README.pt-br.md) +## オープンソースPAMツール (バスティオンホスト)

## JumpServerとは? -JumpServerは、DevOpsおよびITチームに対して、ウェブブラウザを通じてSSH、RDP、Kubernetes、データベース、RemoteAppエンドポイントに対するオンデマンドかつ安全なアクセスを提供する、オープンソースの特権アクセス管理(PAM)ツールです。 +JumpServerは、DevOpsおよびITチームに対して、SSH、RDP、Kubernetes、データベース、およびRemoteAppエンドポイントへのオンデマンドで安全なアクセスをウェブブラウザを介して提供するオープンソースの特権アクセス管理(PAM)ツールです。 -![JumpServer 概要](https://github.com/jumpserver/jumpserver/assets/32935519/35a371cb-8590-40ed-88ec-f351f8cf9045) +![JumpServerの概要](https://github.com/jumpserver/jumpserver/assets/32935519/35a371cb-8590-40ed-88ec-f351f8cf9045) ## クイックスタート @@ -29,23 +21,23 @@ JumpServerは、DevOpsおよびITチームに対して、ウェブブラウザ curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash ``` -ブラウザでJumpServerにアクセスする: `http://your-jumpserver-ip/` +ブラウザでJumpServerにアクセス `http://your-jumpserver-ip/` - ユーザー名: `admin` - パスワード: `ChangeMe` -[![JumpServer クイックスタート](https://github.com/user-attachments/assets/0f32f52b-9935-485e-8534-336c63389612)](https://www.youtube.com/watch?v=UlGYRbKrpgY "JumpServer クイックスタート") +[![JumpServerのクイックスタート](https://github.com/user-attachments/assets/0f32f52b-9935-485e-8534-336c63389612)](https://www.youtube.com/watch?v=UlGYRbKrpgY "JumpServerのクイックスタート") ## スクリーンショット - - + + - - + + @@ -60,35 +52,42 @@ curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quic ## コンポーネント -JumpServerは複数の主要コンポーネントで構成されており、これらが集まってJumpServerの機能的なフレームワークを形成し、操作管理とセキュリティ制御のための包括的な機能をユーザーに提供します。 +JumpServerは、ユーザーに運用管理とセキュリティ制御の包括的な能力を提供する機能的フレームワークを形成する複数の主要コンポーネントで構成されています。 -| プロジェクト | ステータス | 説明 | -|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------| -| [Lina](https://github.com/jumpserver/lina) | Lina リリース | JumpServer ウェブUI | -| [Luna](https://github.com/jumpserver/luna) | Luna リリース | JumpServer ウェブターミナル | -| [KoKo](https://github.com/jumpserver/koko) | Koko リリース | JumpServer キャラクタプロトコルコネクタ | -| [Lion](https://github.com/jumpserver/lion) | Lion リリース | JumpServer グラフィカルプロトコルコネクタ | -| [Chen](https://github.com/jumpserver/chen) | Chen リリース | JumpServer ウェブDB | +| プロジェクト | ステータス | 説明 | +|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------| +| [Lina](https://github.com/jumpserver/lina) | Linaのリリース | JumpServerウェブUI | +| [Luna](https://github.com/jumpserver/luna) | Lunaのリリース | JumpServerウェブターミナル | +| [KoKo](https://github.com/jumpserver/koko) | Kokoのリリース | JumpServerキャラクタープロトコルコネクタ | +| [Lion](https://github.com/jumpserver/lion) | Lionのリリース | JumpServerグラフィカルプロトコルコネクタ | +| [Chen](https://github.com/jumpserver/chen) | Chenのリリース | JumpServerウェブDB | +| [Tinker](https://github.com/jumpserver/tinker) | Tinker | JumpServerリモートアプリケーションコネクタ (Windows) | +| [Panda](https://github.com/jumpserver/Panda) | Panda | JumpServer EEリモートアプリケーションコネクタ (Linux) | | [Razor](https://github.com/jumpserver/razor) | Chen | JumpServer EE RDPプロキシコネクタ | -| [Tinker](https://github.com/jumpserver/tinker) | Tinker | JumpServer EE リモートアプリケーションコネクタ (Windows) | -| [Panda](https://github.com/jumpserver/Panda) | Panda | JumpServer EE リモートアプリケーションコネクタ (Linux) | -| [Magnus](https://github.com/jumpserver/magnus) | Magnus | JumpServer EE データベースプロキシコネクタ | +| [Magnus](https://github.com/jumpserver/magnus) | Magnus | JumpServer EEデータベースプロキシコネクタ | | [Nec](https://github.com/jumpserver/nec) | Nec | JumpServer EE VNCプロキシコネクタ | -| [Facelive](https://github.com/jumpserver/facelive) | Facelive | JumpServer EE 顔認識 | +| [Facelive](https://github.com/jumpserver/facelive) | Facelive | JumpServer EE顔認識 | -## 貢献 +## コントリビューション -PRを提出して貢献することを歓迎します。ガイドラインについては[CONTRIBUTING.md][contributing-link]を参照してください。 +プルリクエストをお待ちしております。ガイドラインについては[CONTRIBUTING.md][contributing-link]を参照してください。 ## セキュリティ -JumpServerはミッションクリティカルな製品です。インストールおよびデプロイメントのための基本的セキュリティ推奨事項を参照してください。セキュリティ関連の問題に遭遇した場合は、直接ご連絡ください: +JumpServerはミッションクリティカルな製品です。インストールおよびデプロイメントのための基本的なセキュリティ推奨事項を参照してください。セキュリティ関連の問題に遭遇した場合は、直接お問い合わせください: -- メール: support@fit2cloud.com +- Eメール: support@fit2cloud.com ## License +Copyright (c) 2014-2025 FIT2CLOUD, All rights reserved. + +Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + +https://www.gnu.org/licenses/gpl-3.0.html + +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. [docs-link]: https://jumpserver.com/docs @@ -109,4 +108,4 @@ JumpServerはミッションクリティカルな製品です。インストー [license-shield]: https://img.shields.io/github/license/jumpserver/jumpserver [discord-shield]: https://img.shields.io/discord/1194233267294052363?style=flat&logo=discord&logoColor=%23f5f5f5&labelColor=%235462eb&color=%235462eb - + \ No newline at end of file diff --git a/readmes/README.pt-br.md b/readmes/README.pt-br.md index 4c954dfc1..8f8ed25db 100644 --- a/readmes/README.pt-br.md +++ b/readmes/README.pt-br.md @@ -1,41 +1,33 @@
- JumpServer + JumpServer -## An open-source PAM tool (Bastion Host) - -[![][license-shield]][license-link] -[![][discord-shield]][discord-link] -[![][docker-shield]][docker-link] -[![][github-release-shield]][github-release-link] -[![][github-stars-shield]][github-stars-link] - -[English](/README.md) · [中文(简体)](/readmes/README.zh-hans.md) · [中文(繁體)](/readmes/README.zh-hant.md) · [日本語](/readmes/README.ja.md) · [Português (Brasil)](/readmes/README.pt-br.md) +## Uma ferramenta PAM de código aberto (Bastion Host)

-## O que é o JumpServer? +## O que é JumpServer? -JumpServer é uma ferramenta de Gerenciamento de Acesso Privilegiado (PAM) de código aberto que fornece às equipes de DevOps e TI acesso sob demanda e seguro a SSH, RDP, Kubernetes, Banco de Dados e endpoints RemoteApp através de um navegador da web. +JumpServer é uma ferramenta de Gerenciamento de Acesso Privilegiado (PAM) de código aberto que fornece às equipes de DevOps e TI acesso seguro e sob demanda a SSH, RDP, Kubernetes, Bancos de Dados e endpoints RemoteApp através de um navegador web. -![Visão geral do JumpServer](https://github.com/jumpserver/jumpserver/assets/32935519/35a371cb-8590-40ed-88ec-f351f8cf9045) +![Visão Geral do JumpServer](https://github.com/jumpserver/jumpserver/assets/32935519/35a371cb-8590-40ed-88ec-f351f8cf9045) -## Começando Rápido +## Início Rápido -Prepare um servidor Linux limpo (64 bits, >= 4c8g) +Prepare um servidor Linux limpo ( 64 bits, >= 4c8g ) ```sh curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash ``` -Acesse o JumpServer no seu navegador em `http://your-jumpserver-ip/` +Acesse o JumpServer em seu navegador em `http://seu-ip-jumpserver/` - Nome de usuário: `admin` - Senha: `ChangeMe` -[![JumpServer Começando Rápido](https://github.com/user-attachments/assets/0f32f52b-9935-485e-8534-336c63389612)](https://www.youtube.com/watch?v=UlGYRbKrpgY "JumpServer Começando Rápido") +[![JumpServer Início Rápido](https://github.com/user-attachments/assets/0f32f52b-9935-485e-8534-336c63389612)](https://www.youtube.com/watch?v=UlGYRbKrpgY "JumpServer Início Rápido") -## Capturas de Tela +## Capturas de tela
JumpServer コンソールJumpServer 監査JumpServerコンソールJumpServer監査
JumpServer ワークベンチJumpServer 設定JumpServerワークベンチJumpServer設定
@@ -60,36 +52,36 @@ Acesse o JumpServer no seu navegador em `http://your-jumpserver-ip/` ## Componentes -JumpServer consiste em múltiplos componentes-chave, que em conjunto formam a estrutura funcional do JumpServer, fornecendo aos usuários capacidades abrangentes para gerenciamento de operações e controle de segurança. +JumpServer consiste em múltiplos componentes-chave, que coletivamente formam a estrutura funcional do JumpServer, fornecendo aos usuários capacidades abrangentes para gerenciamento de operações e controle de segurança. -| Projeto | Status | Descrição | -|-------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------| -| [Lina](https://github.com/jumpserver/lina) | Lina release | Interface do Usuário Web do JumpServer | -| [Luna](https://github.com/jumpserver/luna) | Luna release | Terminal Web do JumpServer | -| [KoKo](https://github.com/jumpserver/koko) | Koko release | Conector do Protocolo de Caracteres do JumpServer | -| [Lion](https://github.com/jumpserver/lion) | Lion release | Conector do Protocolo Gráfico do JumpServer | -| [Chen](https://github.com/jumpserver/chen) | Chen release | Banco de Dados Web do JumpServer | -| [Razor](https://github.com/jumpserver/razor) | Chen | Conector Proxy RDP do JumpServer EE | -| [Tinker](https://github.com/jumpserver/tinker) | Tinker | Conector de Aplicativo Remoto do JumpServer EE (Windows) | -| [Panda](https://github.com/jumpserver/Panda) | Panda | Conector de Aplicativo Remoto do JumpServer EE (Linux) | -| [Magnus](https://github.com/jumpserver/magnus) | Magnus | Conector Proxy de Banco de Dados do JumpServer EE | -| [Nec](https://github.com/jumpserver/nec) | Nec | Conector Proxy VNC do JumpServer EE | -| [Facelive](https://github.com/jumpserver/facelive) | Facelive | Reconhecimento Facial do JumpServer EE | +| Projeto | Status | Descrição | +|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------| +| [Lina](https://github.com/jumpserver/lina) | Lina release | Interface Web do JumpServer | +| [Luna](https://github.com/jumpserver/luna) | Luna release | Terminal Web do JumpServer | +| [KoKo](https://github.com/jumpserver/koko) | Koko release | Conector do Protocolo de Caráter do JumpServer | +| [Lion](https://github.com/jumpserver/lion) | Lion release | Conector do Protocolo Gráfico do JumpServer | +| [Chen](https://github.com/jumpserver/chen) | Chen release | Banco de Dados Web do JumpServer | +| [Tinker](https://github.com/jumpserver/tinker) | Tinker | Conector de Aplicação Remota do JumpServer (Windows) | +| [Panda](https://github.com/jumpserver/Panda) | Panda | Conector de Aplicação Remota do JumpServer EE (Linux) | +| [Razor](https://github.com/jumpserver/razor) | Chen | Conector de Proxy RDP do JumpServer EE | +| [Magnus](https://github.com/jumpserver/magnus) | Magnus | Conector de Proxy de Banco de Dados do JumpServer EE | +| [Nec](https://github.com/jumpserver/nec) | Nec | Conector de Proxy VNC do JumpServer EE | +| [Facelive](https://github.com/jumpserver/facelive) | Facelive | Reconhecimento Facial do JumpServer EE | ## Contribuindo -Bem-vindo para enviar PR para contribuir. Por favor, consulte [CONTRIBUTING.md][contributing-link] para diretrizes. +Bem-vindo para enviar PR para contribuir. Consulte [CONTRIBUTING.md][contributing-link] para diretrizes. ## Segurança -JumpServer é um produto crítico para a missão. Por favor, consulte as Recomendações Básicas de Segurança para instalação e implantação. Se você encontrar quaisquer problemas relacionados à segurança, entre em contato conosco diretamente: +JumpServer é um produto crítico para a missão. Consulte as Recomendações Básicas de Segurança para instalação e implantação. Se você encontrar quaisquer problemas relacionados à segurança, entre em contato diretamente conosco: - Email: support@fit2cloud.com ## License -Copyright (c) 2014-2024 FIT2CLOUD, All rights reserved. +Copyright (c) 2014-2025 FIT2CLOUD, All rights reserved. Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -116,4 +108,4 @@ Unless required by applicable law or agreed to in writing, software distributed [license-shield]: https://img.shields.io/github/license/jumpserver/jumpserver [discord-shield]: https://img.shields.io/discord/1194233267294052363?style=flat&logo=discord&logoColor=%23f5f5f5&labelColor=%235462eb&color=%235462eb - + \ No newline at end of file diff --git a/readmes/README.ru.md b/readmes/README.ru.md new file mode 100644 index 000000000..8b5f1bab2 --- /dev/null +++ b/readmes/README.ru.md @@ -0,0 +1,111 @@ +
+ + JumpServer + +## Открытый инструмент управления привилегированным доступом (Bastion Host) + +
+
+ +## Что такое JumpServer? + +JumpServer — это открытый инструмент управления привилегированным доступом (PAM), который предоставляет командам DevOps и IT по запросу безопасный доступ к конечным точкам SSH, RDP, Kubernetes, базам данных и RemoteApp через веб-браузер. + +![JumpServer Обзор](https://github.com/jumpserver/jumpserver/assets/32935519/35a371cb-8590-40ed-88ec-f351f8cf9045) + +## Быстрый старт + +Подготовьте чистый сервер Linux (64 бит, >= 4c8g) + +```sh +curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash +``` + +Получите доступ к JumpServer в вашем браузере по адресу `http://your-jumpserver-ip/` +- Имя пользователя: `admin` +- Пароль: `ChangeMe` + +[![JumpServer Быстрый старт](https://github.com/user-attachments/assets/0f32f52b-9935-485e-8534-336c63389612)](https://www.youtube.com/watch?v=UlGYRbKrpgY "JumpServer Быстрый старт") + +## Скриншоты + +
+ + + + + + + + + + + + + + + + + + +
Консоль JumpServerАудиты JumpServer
Рабочая область JumpServerНастройки JumpServer
SSH JumpServerRDP JumpServer
JumpServer K8sБаза данных JumpServer
+ +## Компоненты + +JumpServer состоит из нескольких ключевых компонентов, которые в совокупности формируют функциональную структуру JumpServer, предоставляя пользователям всеобъемлющие возможности для управления операциями и контроля безопасности. + +| Проект | Статус | Описание | +|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------| +| [Lina](https://github.com/jumpserver/lina) | Выпуск Lina | Веб-интерфейс JumpServer | +| [Luna](https://github.com/jumpserver/luna) | Выпуск Luna | Веб-терминал JumpServer | +| [KoKo](https://github.com/jumpserver/koko) | Выпуск Koko | Коннектор протокола JumpServer Character | +| [Lion](https://github.com/jumpserver/lion) | Выпуск Lion | Коннектор графического протокола JumpServer | +| [Chen](https://github.com/jumpserver/chen) | Выпуск Chen | Веб-БД JumpServer | +| [Tinker](https://github.com/jumpserver/tinker) | Tinker | Коннектор удаленного приложения JumpServer (Windows) | +| [Panda](https://github.com/jumpserver/Panda) | Panda | Коннектор удаленного приложения JumpServer EE (Linux) | +| [Razor](https://github.com/jumpserver/razor) | Chen | Коннектор прокси RDP JumpServer EE | +| [Magnus](https://github.com/jumpserver/magnus) | Magnus | Коннектор прокси базы данных JumpServer EE | +| [Nec](https://github.com/jumpserver/nec) | Nec | Коннектор прокси VNC JumpServer EE | +| [Facelive](https://github.com/jumpserver/facelive) | Facelive | Распознавание лиц JumpServer EE | + + +## Участие + +Добро пожаловать, чтобы отправить PR для участия. Пожалуйста, ознакомьтесь с [CONTRIBUTING.md][contributing-link] для получения рекомендаций. + +## Безопасность + +JumpServer является критически важным продуктом. Пожалуйста, ознакомьтесь с Основными рекомендациями по безопасности для установки и развертывания. Если у вас возникли какие-либо проблемы, связанные с безопасностью, пожалуйста, свяжитесь с нами напрямую: + +- Email: support@fit2cloud.com + +## License + +Copyright (c) 2014-2025 FIT2CLOUD, All rights reserved. + +Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + +https://www.gnu.org/licenses/gpl-3.0.html + +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + +[docs-link]: https://jumpserver.com/docs +[discord-link]: https://discord.com/invite/W6vYXmAQG2 +[contributing-link]: https://github.com/jumpserver/jumpserver/blob/dev/CONTRIBUTING.md + + +[license-link]: https://www.gnu.org/licenses/gpl-3.0.html +[docker-link]: https://hub.docker.com/u/jumpserver +[github-release-link]: https://github.com/jumpserver/jumpserver/releases/latest +[github-stars-link]: https://github.com/jumpserver/jumpserver +[github-issues-link]: https://github.com/jumpserver/jumpserver/issues + + +[github-release-shield]: https://img.shields.io/github/v/release/jumpserver/jumpserver +[github-stars-shield]: https://img.shields.io/github/stars/jumpserver/jumpserver?color=%231890FF&style=flat-square +[docker-shield]: https://img.shields.io/docker/pulls/jumpserver/jms_all.svg +[license-shield]: https://img.shields.io/github/license/jumpserver/jumpserver +[discord-shield]: https://img.shields.io/discord/1194233267294052363?style=flat&logo=discord&logoColor=%23f5f5f5&labelColor=%235462eb&color=%235462eb + + \ No newline at end of file diff --git a/readmes/README.zh-hans.md b/readmes/README.zh-hans.md index 7465c1483..91b381381 100644 --- a/readmes/README.zh-hans.md +++ b/readmes/README.zh-hans.md @@ -1,29 +1,21 @@
- JumpServer + JumpServer -## An open-source PAM tool (Bastion Host) - -[![][license-shield]][license-link] -[![][discord-shield]][discord-link] -[![][docker-shield]][docker-link] -[![][github-release-shield]][github-release-link] -[![][github-stars-shield]][github-stars-link] - -[English](/README.md) · [中文(简体)](/readmes/README.zh-hans.md) · [中文(繁體)](/readmes/README.zh-hant.md) · [日本語](/readmes/README.ja.md) · [Português (Brasil)](/readmes/README.pt-br.md) +## 一个开源的 PAM 工具 (堡垒主机)

-## JumpServer 是什么? +## 什么是 JumpServer? -JumpServer 是一个开源的特权访问管理 (PAM) 工具,提供 DevOps 和 IT 团队通过网页浏览器对 SSH、RDP、Kubernetes、数据库和 RemoteApp 终端的按需和安全访问。 +JumpServer 是一个开源特权访问管理 (PAM) 工具,提供 DevOps 和 IT 团队按需和安全地访问 SSH、RDP、Kubernetes、数据库和远程应用程序终端的功能,用户通过网页浏览器即可访问。 ![JumpServer 概述](https://github.com/jumpserver/jumpserver/assets/32935519/35a371cb-8590-40ed-88ec-f351f8cf9045) ## 快速开始 -准备一个干净的 Linux 服务器 (64 位,>= 4c8g) +准备一台干净的 Linux 服务器 (64 位, >= 4c8g) ```sh curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash @@ -60,36 +52,36 @@ curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quic ## 组件 -JumpServer 由多个关键组件组成,这些组件共同形成 JumpServer 的功能框架,为用户提供全面的操作管理和安全控制能力。 +JumpServer 由多个关键组件组成,共同构成了 JumpServer 的功能框架,向用户提供全面的操作管理和安全控制能力。 -| 项目 | 状态 | 描述 | -|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------| -| [Lina](https://github.com/jumpserver/lina) | Lina release | JumpServer Web 用户界面 | -| [Luna](https://github.com/jumpserver/luna) | Luna release | JumpServer Web 终端 | -| [KoKo](https://github.com/jumpserver/koko) | Koko release | JumpServer 字符协议连接器 | -| [Lion](https://github.com/jumpserver/lion) | Lion release | JumpServer 图形协议连接器 | -| [Chen](https://github.com/jumpserver/chen) | Chen release | JumpServer Web 数据库 | -| [Razor](https://github.com/jumpserver/razor) | Chen | JumpServer EE RDP 代理连接器 | -| [Tinker](https://github.com/jumpserver/tinker) | Tinker | JumpServer EE 远程应用连接器 (Windows) | -| [Panda](https://github.com/jumpserver/Panda) | Panda | JumpServer EE 远程应用连接器 (Linux) | -| [Magnus](https://github.com/jumpserver/magnus) | Magnus | JumpServer EE 数据库代理连接器 | -| [Nec](https://github.com/jumpserver/nec) | Nec | JumpServer EE VNC 代理连接器 | -| [Facelive](https://github.com/jumpserver/facelive) | Facelive | JumpServer EE 面部识别 | +| 项目 | 状态 | 描述 | +|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------| +| [Lina](https://github.com/jumpserver/lina) | Lina 版本 | JumpServer 网页用户界面 | +| [Luna](https://github.com/jumpserver/luna) | Luna 版本 | JumpServer 网页终端 | +| [KoKo](https://github.com/jumpserver/koko) | Koko 版本 | JumpServer 字符协议连接器 | +| [Lion](https://github.com/jumpserver/lion) | Lion 版本 | JumpServer 图形协议连接器 | +| [Chen](https://github.com/jumpserver/chen) | Chen 版本 | JumpServer 网页数据库 | +| [Tinker](https://github.com/jumpserver/tinker) | Tinker | JumpServer 远程应用程序连接器 (Windows) | +| [Panda](https://github.com/jumpserver/Panda) | Panda | JumpServer EE 远程应用程序连接器 (Linux) | +| [Razor](https://github.com/jumpserver/razor) | Chen | JumpServer EE RDP 代理连接器 | +| [Magnus](https://github.com/jumpserver/magnus) | Magnus | JumpServer EE 数据库代理连接器 | +| [Nec](https://github.com/jumpserver/nec) | Nec | JumpServer EE VNC 代理连接器 | +| [Facelive](https://github.com/jumpserver/facelive) | Facelive | JumpServer EE 面部识别 | ## 贡献 -欢迎提交 PR 进行贡献。有关指导,请参阅 [CONTRIBUTING.md][contributing-link]。 +欢迎提交 PR 以贡献。请参阅 [CONTRIBUTING.md][contributing-link] 以获取指南。 ## 安全 -JumpServer 是一款关键任务产品。有关安装和部署的基本安全建议,请参阅文档。如果遇到任何与安全相关的问题,请直接与我们联系: +JumpServer 是一个关键任务产品。请参考安装和部署的基本安全建议。如果您遇到任何安全相关问题,请直接与我们联系: - 邮箱: support@fit2cloud.com ## License -Copyright (c) 2014-2024 FIT2CLOUD, All rights reserved. +Copyright (c) 2014-2025 FIT2CLOUD, All rights reserved. Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -115,3 +107,5 @@ Unless required by applicable law or agreed to in writing, software distributed [docker-shield]: https://img.shields.io/docker/pulls/jumpserver/jms_all.svg [license-shield]: https://img.shields.io/github/license/jumpserver/jumpserver [discord-shield]: https://img.shields.io/discord/1194233267294052363?style=flat&logo=discord&logoColor=%23f5f5f5&labelColor=%235462eb&color=%235462eb + + \ No newline at end of file diff --git a/readmes/README.zh-hant.md b/readmes/README.zh-hant.md index 44f5bb1b8..405293b06 100644 --- a/readmes/README.zh-hant.md +++ b/readmes/README.zh-hant.md @@ -1,39 +1,31 @@
- JumpServer + JumpServer -## An open-source PAM tool (Bastion Host) - -[![][license-shield]][license-link] -[![][discord-shield]][discord-link] -[![][docker-shield]][docker-link] -[![][github-release-shield]][github-release-link] -[![][github-stars-shield]][github-stars-link] - -[English](/README.md) · [中文(简体)](/readmes/README.zh-hans.md) · [中文(繁體)](/readmes/README.zh-hant.md) · [日本語](/readmes/README.ja.md) · [Português (Brasil)](/readmes/README.pt-br.md) +## 一個開源的 PAM 工具 (堡壘主機)

-## JumpServer 是什麼? +## 什麼是 JumpServer? -JumpServer 是一個開源的特權訪問管理(PAM)工具,為 DevOps 和 IT 團隊提供通過網頁瀏覽器按需和安全地訪問 SSH、RDP、Kubernetes、數據庫和遠程應用端點的能力。 +JumpServer 是一個開源的特權訪問管理 (PAM) 工具,為 DevOps 和 IT 團隊通過網頁瀏覽器提供隨需而且安全的 SSH、RDP、Kubernetes、數據庫和 RemoteApp 終端的訪問。 ![JumpServer 概覽](https://github.com/jumpserver/jumpserver/assets/32935519/35a371cb-8590-40ed-88ec-f351f8cf9045) -## 快速入門 +## 快速開始 -準備一台乾淨的 Linux 伺服器(64 位,>= 4c8g) +準備一台乾淨的 Linux 伺服器 (64 位,>= 4c8g) ```sh curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash ``` -在瀏覽器中訪問 JumpServer,地址為 `http://your-jumpserver-ip/` -- 使用者名稱: `admin` -- 密碼: `ChangeMe` +在瀏覽器中訪問 JumpServer,網址為 `http://your-jumpserver-ip/` +- 使用者名稱:`admin` +- 密碼:`ChangeMe` -[![JumpServer 快速入門](https://github.com/user-attachments/assets/0f32f52b-9935-485e-8534-336c63389612)](https://www.youtube.com/watch?v=UlGYRbKrpgY "JumpServer 快速入門") +[![JumpServer 快速開始](https://github.com/user-attachments/assets/0f32f52b-9935-485e-8534-336c63389612)](https://www.youtube.com/watch?v=UlGYRbKrpgY "JumpServer 快速開始") ## 截圖 @@ -44,8 +36,8 @@ curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quic - JumpServer 工作台 - JumpServer 設定 + JumpServer 工作臺 + JumpServer 設置 @@ -54,42 +46,42 @@ curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quic JumpServer K8s - JumpServer 資料庫 + JumpServer DB ## 組件 -JumpServer 由多個關鍵組件組成,這些組件共同構成了 JumpServer 的功能框架,為用戶提供了全面的操作管理和安全控制能力。 +JumpServer 由多個關鍵組件組成,這些組件共同組成 JumpServer 的功能框架,為用戶提供綜合的運營管理和安全控制能力。 -| 項目 | 狀態 | 描述 | -|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------| -| [Lina](https://github.com/jumpserver/lina) | Lina 版本 | JumpServer 網頁介面 | -| [Luna](https://github.com/jumpserver/luna) | Luna 版本 | JumpServer 網頁終端 | -| [KoKo](https://github.com/jumpserver/koko) | Koko 版本 | JumpServer 字元協議連接器 | -| [Lion](https://github.com/jumpserver/lion) | Lion 版本 | JumpServer 圖形協議連接器 | -| [Chen](https://github.com/jumpserver/chen) | Chen 版本 | JumpServer 網頁資料庫 | -| [Razor](https://github.com/jumpserver/razor) | Chen | JumpServer EE RDP 代理連接器 | -| [Tinker](https://github.com/jumpserver/tinker) | Tinker | JumpServer EE 遠程應用連接器(Windows) | -| [Panda](https://github.com/jumpserver/Panda) | Panda | JumpServer EE 遠程應用連接器(Linux) | -| [Magnus](https://github.com/jumpserver/magnus) | Magnus | JumpServer EE 資料庫代理連接器 | -| [Nec](https://github.com/jumpserver/nec) | Nec | JumpServer EE VNC 代理連接器 | -| [Facelive](https://github.com/jumpserver/facelive) | Facelive | JumpServer EE 面部識別 | +| 專案 | 狀態 | 描述 | +|---------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------| +| [Lina](https://github.com/jumpserver/lina) | Lina release | JumpServer 網頁 UI | +| [Luna](https://github.com/jumpserver/luna) | Luna release | JumpServer 網頁終端 | +| [KoKo](https://github.com/jumpserver/koko) | Koko release | JumpServer 字符協議連接器 | +| [Lion](https://github.com/jumpserver/lion) | Lion release | JumpServer 圖形協議連接器 | +| [Chen](https://github.com/jumpserver/chen) | Chen release | JumpServer 網頁數據庫 | +| [Tinker](https://github.com/jumpserver/tinker) | Tinker | JumpServer 遠程應用連接器 (Windows) | +| [Panda](https://github.com/jumpserver/Panda) | Panda | JumpServer EE 遠程應用連接器 (Linux) | +| [Razor](https://github.com/jumpserver/razor) | Chen | JumpServer EE RDP 代理連接器 | +| [Magnus](https://github.com/jumpserver/magnus) | Magnus | JumpServer EE 數據庫代理連接器 | +| [Nec](https://github.com/jumpserver/nec) | Nec | JumpServer EE VNC 代理連接器 | +| [Facelive](https://github.com/jumpserver/facelive)| Facelive | JumpServer EE 面部識別 | ## 貢獻 -歡迎提交 PR 以貢獻。請參閱 [CONTRIBUTING.md][contributing-link] 以獲取指南。 +歡迎提交 PR 來貢獻。請參考 [CONTRIBUTING.md][contributing-link] 獲取指導。 ## 安全 -JumpServer 是一個關鍵任務產品。請參閱基本安全建議以獲得安裝和部署的指導。如果您遇到任何與安全相關的問題,請直接聯繫我們: +JumpServer 是一個關鍵任務產品。請參考基本安全建議以進行安裝和部署。如果您遇到任何與安全相關的問題,請直接與我們聯繫: - 電子郵件:support@fit2cloud.com ## License -Copyright (c) 2014-2024 FIT2CLOUD, All rights reserved. +Copyright (c) 2014-2025 FIT2CLOUD, All rights reserved. Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -116,4 +108,4 @@ Unless required by applicable law or agreed to in writing, software distributed [license-shield]: https://img.shields.io/github/license/jumpserver/jumpserver [discord-shield]: https://img.shields.io/discord/1194233267294052363?style=flat&logo=discord&logoColor=%23f5f5f5&labelColor=%235462eb&color=%235462eb - + \ No newline at end of file