# 启动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: 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.spotmaxtech.com/maxbook/maxgroup-shuo-ming-wen-dang/kuai-su-ru-men/an-zhuang-yu-qi-dong/start-max_group.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.
