{% load static %} {% load i18n %} Jumpserver {% include '_head_css_js.html' %}

欢迎使用Jumpserver开源堡垒机

全球首款完全开源的堡垒机,使用GNU GPL v2.0开源协议,是符合 4A 的专业运维审计系统。

使用Python / Django 进行开发,遵循 Web 2.0 规范,配备了业界领先的 Web Terminal 解决方案,交互界面美观、用户体验好。

采纳分布式架构,支持多机房跨区域部署,中心节点提供 API,各机房部署登录节点,可横向扩展、无并发访问限制。

改变世界,从一点点开始。

{% trans 'Login' %}
{% csrf_token %} {% if form.errors %} {% if 'captcha' in form.errors %}

{% trans 'Captcha invalid' %}

{% else %}

{{ form.non_field_errors.as_text }}

{% endif %} {% endif %}
{{ form.captcha }}
{% if demo_mode %}

Demo账号: admin 密码: admin

{% endif %} {% trans 'Forgot password' %}?


{% include '_copyright.html' %}