> For the complete documentation index, see [llms.txt](https://docs.spotmaxtech.com/maxbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spotmaxtech.com/maxbook/maxgroup-shuo-ming-wen-dang/kuai-su-ru-men/an-zhuang-yu-qi-dong/start-max_group.md).

# 启动maxgroup(以aws Pro版本为例)

### 配置MaxGroup

max*group为已编译完成的二进制包，无系统环境依赖，下载附件并解压，将得到二进制文件maxgroup\_pro*\_aws

```
$ ls /data/spotmax/
maxgroup_pro_aws
```

### 启动MaxGroup

启动maxgroup，使用如下命令启动maxgroup。

```
$ ./maxgroup_pro_aws
```

启动成功，会看到以下日志输出

```
time="2020-04-13T17:12:21+08:00" level=info msg="license path -->/data/spotmax/license"
time="2020-04-13T17:12:21+08:00" level=info msg="Connecting to AWS..."
time="2020-04-13T17:12:21+08:00" level=info msg="region --> us-east-1\n"
time="2020-04-13T17:12:21+08:00" level=info msg="Starting max_group server..."
time="2020-04-13T17:12:21+08:00" level=info msg="MaxGroupServer is starting..."
......
```

### 自定义

执行如下命令，可以了解更详细的功能

```
$ ./maxgroup_pro_aws -help
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.spotmaxtech.com/maxbook/maxgroup-shuo-ming-wen-dang/kuai-su-ru-men/an-zhuang-yu-qi-dong/start-max_group.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
