# 1.4 - 软件的选择：常用软件

搭建服务器本身是一个依赖于计算机的行为，这一行为必定离不开若干辅助软件的帮助，我总是能看到一些服主误以为开服就是开服，什么软件也不使用，点一个启动脚本就可以完事的。

以下这些软件无论是你的本机还是线上的 VPS等， 都应该有安装。

## 文本编辑软件

Yaml 严格的缩进、换行等要求，在 Windows 自带的记事本软件下处理各个插件的配置文件是非常困难的，更别提 json 等“令人头疼”的文本格式。因此一个合适的文本编辑软件是非常重要的。

推荐软件：

* Notepad --（轻量，推荐5星）
* Visual Studio

## 压缩和解压缩软件

在服务器使用过程中必定离不开压缩文件，我在 MCBBS 发布了一些压缩文件的附件，而有的服主连压缩和解压缩软件都不安装，问我为何无法解压，我的回答是：你的心态太浮躁了。

推荐软件：

* Bandzip（功能丰富，推荐5星）
* Winrar

## 数据库及数据库软件

无论你的服务器是否是群组服，在有条件情况下我都建议你使用 **MySQL** 等数据库储存你的数据，而不是很多插件默认的本地数据储存方法。而已安装的数据库的服主来说，可视化的数据库管理软件也是非常重要的。

推荐软件：

* DataGrip（JetBrains 出品，推荐5星）
* Navicat

## 远程管理软件

VPS 等远程管理也是服主必须注重的部分。一般情况下服务商会自动给你配置好远程桌面，而一些家里云的服主可以会面对这种需要选择远程管理软件的情况。

推荐软件：

* Windows 系统自带的远程桌面软件（其在安卓、iOS等平台也均有客户端）
* Linux 系统使用 ssh、FTP 协议，阿里云、腾讯云也会有自己的网页连接工具


---

# 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.superiormc.cn/new-user-doc/yi-qie-de-qi-dian/1.4-ruan-jian-de-xuan-ze-chang-yong-ruan-jian.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.
