# 腐蚀控制台

{% code title="Rust Console.sln" %}

```csharp
Software software = new Software();
software.Name = "灵工艺腐蚀(Rust)控制台";
software.ProjectID = "Rust Console";
software.Release = "https://nullcraft.org/d/24";
software.ReleaseDate = DateTime.Parse("2021,6,6").ToString();
software.Language = new string[] { "简体中文" };
software.Program = "C#";
software.Framework = ".NET8";

NullCraftSoftwareList.add(software);

Trace.WriteLine(NullCraftSoftwareList.Items.Conut());

>>> 8
```

{% endcode %}

## 关于《腐蚀控制台》

### 介绍《腐蚀控制台》

灵工艺腐蚀控制台(Rust Console) 是一款通过 `RCON` 技术远程管理游戏：腐蚀(Rust)专用服务器的软件。\
通过此工具可以快捷管理服务器、查看服务器指标、管理服务器内的玩家等。

### 下载《腐蚀控制台》

{% embed url="<https://nullcraft.org/d/24>" %}

### 使用教学

**若要使用此工具，需要将游戏专用服务器配置允许 RCON 连接：**

在 `server.cfg` 中填写如下配置：

```
# 本机的 IP 无需更改
rcon.ip 0.0.0.0
# 远程的端口 可自定义
rcon.port 25568
# 数值必须为 1
rcon.web 1
```

然后在你的启动脚本中设置远程密码：

```
# 密码要求(不然无法开启 RCON 功能)：至少8位并且有一定复杂度(大小写+数字+特殊字符)
+rcon.password "你的密码"
# 示例
RustDedicated.exe -batchmode +server.identity "rust_server" +rcon.password "你的密码" -logFile "output.txt" -autoupdate
```

### 更新日志

> 🧐 当发布新更新时，同时会在软件发布帖中以回复的形式发布更新的内容，当然你也可以前往下方的更新日志查看全部内容。

{% content-ref url="rust-console/update" %}
[update](https://docs.nullcraft.org/software/rust-console/update)
{% endcontent-ref %}

### 软件图片

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2FoEnX2Gvv3yuo4NAIKBp7%2Fprofiles.png?alt=media&#x26;token=43fff6f4-a8bb-40c8-94e6-ec99f2ade1bc" alt=""><figcaption><p>灵工艺腐蚀(Rust)控制台 | 档案管理</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2FoOxG8ZwcdGn1AwKGnb8Z%2Fmetrics.png?alt=media&#x26;token=85e1bcdb-1662-4563-807e-1528b3e12a37" alt=""><figcaption><p>灵工艺腐蚀(Rust)控制台 | 服务器指标</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2FYoJzw8mlQL0M4v0T4MQQ%2Fconsole.png?alt=media&#x26;token=ff3c4d7f-1834-472a-91a8-a678a4f117a4" alt=""><figcaption><p>灵工艺腐蚀(Rust)控制台 | 管理控制台</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2FVrnp5Lzs10f9ENrucdmn%2Fplayers.png?alt=media&#x26;token=379c3b01-6060-4d3d-95fd-f6e3571d5b1b" alt=""><figcaption><p>灵工艺腐蚀(Rust)控制台 | 玩家管理</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2F8YVxvhLo5giEJ297X7KJ%2Fsettings.png?alt=media&#x26;token=4a67eeb7-06a7-4216-826c-3eb87f72e5b8" alt=""><figcaption><p>灵工艺腐蚀(Rust)控制台 | 设置</p></figcaption></figure>


---

# 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.nullcraft.org/software/rust-console.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.
