An open API service indexing awesome lists of open source software.

https://github.com/jumpserver/lion

Lion is a connector of JumpServer for connections using graphical protocols, supporting RDP, VNC
https://github.com/jumpserver/lion

guacamole rdp vnc

Last synced: 11 months ago
JSON representation

Lion is a connector of JumpServer for connections using graphical protocols, supporting RDP, VNC

Awesome Lists containing this project

README

          

# Lion

**English** · [简体中文](./README_zh-CN.md)

## Introduction

This project uses Golang and Vue, handling RDP and VNC connections. It is mainly based on [Apache Guacamole](http://guacamole.apache.org/)

## Configuration

Refer to the configuration file [config_example](config_example.yml)

## Build the image

```shell
docker build -t jumpserver/lion .
```

## Docker start

```shell
docker run -d --name jms_lion -p 8081:8081 \
-v $(pwd)/data:/opt/lion/data \
-v $(pwd)/config.yml:/opt/lion/config.yml \
jumpserver/lion
```