# 资产列表

## 资源管理 <a href="#zi-yuan-guan-li" id="zi-yuan-guan-li"></a>

资源管理主要分为资产、授权凭证、指令、接入网关四个部分。其中资产支持RDP、SSH、VNC、Telnet、Kubernetes协议，可以自定义账户密码，也可以先创建授权凭证，添加资产时再选择该授权凭证，动态指令可以批量操作多台SSH资产，也可以在操作单台资产时单独使用已添加的指令，方便输入一些复杂指令，接入网关是使用SSH设备作为跳板机访问隐藏在该台设备后面的资产。

<mark style="background-color:red;">【同时购买跳板机服务器+Windows服务器，请告知客服为您组建内网，让跳板机连内网更快速、稳定】</mark>

## 资产管理 <a href="#zi-chan-guan-li" id="zi-chan-guan-li"></a>

支持使用名称、IP、标签、协议作为筛选条件进行查询。

![](/files/oUV46c15Z3hlUMJ5zwBn)

## **Windows** RDP 资产——远程桌面 <a href="#windows-rdp" id="windows-rdp"></a>

在新增RDP资产时，除了常见的账户密码外，还支持使用域作为身份认证的参数。

<mark style="color:red;">无特殊需求/不懂怎么操作的情况下，只需要填写带 \* 的信息即可，不需要使用 RemoteApp高级功能；</mark>&#x20;

### **RemoteApp(一般情况下，无需使用该高级功能)**

**RemoteApp 功能可以限制只允许访问目标资产上的某一个程序**，但并不是任意 Windows 操作系统都支持的，另外开启 RemoteApp 方法较为复杂，推荐使用 用 [RemoteApp Tool](https://github.com/kimmknight/remoteapptool) 配置。

配置好RemoteApp之后，在添加资产时输入对应的参数：

* **程序** : 填写英文 `||` 加上可执行文件去掉后缀的名称。
* **工作目录** : 填写全路径加上可执行文件的全称。
* **参数** : 填写Remote App的命令行参数。

![在添加RDP资产时，右侧Remote APP添加该资产Windows中 Remote App 的安装路径。](/files/6EO7FD3c0IejvcaXoiaJ)

![设置之后即可实现只允许访问上图示例 Remote Ap 中的两个程序。](/files/tQbdnpUYCVMLHiPwPkau)

### **网络驱动**

由于无法做到像微软官方的远程桌面那样使用复制粘贴来传输文件，所以使用了网络挂载盘的方式来上传下载文件，开启此功能需要新增或修改资产时启用设备映射。

![](/files/MCunfJS53N90MoU73jsi)

![](/files/RbPwYXuepLVuKibeKri4)

该功能入口在连接上Windows服务器后右上角浮动；

![](/files/hHBAHtsPcSh1CQsO0ImA)

## Linux SSH 资产 <a href="#linux-ssh" id="linux-ssh"></a>

在新增RDP资产时，可以手动选择使用Guacd或者原生模式访问目标资产，原生模式是通过NextCLi直接访问目标资产，优点是占有资源小。

![](/files/9ssoBckiAi7ps9yGyOq6)

如果使用连接模式guacd无法连接，请尝试选择远程、保存后再次连接；

![连接成功示例；相关功能在右侧。](/files/PqavcQRZm8FOE0ypY28x)

## 服务器实时状态信息 <a href="#monitor" id="monitor"></a>

![](/files/0QTOiUkTaStTDfobIAwl)

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nextcli.com/jumpserver/list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
