# 隔离服务器安装

隔离服务器不能访问外部仓库或连接到任何网络(包括互联网)，要在隔离服务器上安装Scylla，首先需要从非隔离服务器下载相关文件，然后将文件移动到隔离服务器以完成安装

有两种方法可以在隔离服务器上安装Scylla：

* root权限(推荐)：下载对应操作系统的软件包(rpm和debs)并使用软件包管理器(dnf和apt)执行安装。具体参阅[使用软件包在隔离服务器安装Scylla(选项 2)](https://www.scylladb.com/download/?platform=tar)
* 非root权限：使用[Scylla统一安装程序](https://joker-4.gitbook.io/scylladb-doc-zh/scylladb-tong-yi-an-zhuang-cheng-xu)


---

# 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://joker-4.gitbook.io/scylladb-doc-zh/ge-li-fu-wu-qi-an-zhuang.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.
