> For the complete documentation index, see [llms.txt](https://docs-cn.filswan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-cn.filswan.com/swan-provider/chang-jian-wen-ti/5.-boostd-zheng-chang-yun-hang-qing-kuang-xia-ru-he-pei-zhi-cong-swan-provider-jie-shou-ding-dan.md).

# 5. Boostd 正常运行情况下如何配置从 Swan Provider 接收订单

1. 根据[此步骤](https://github.com/filswan/go-swan-provider/blob/main/README-CN.md#%E5%AE%89%E8%A3%85)安装 Swan Provider
2. 将 `Boostd`repo 移动到 `$SWAN_PATH` 并将 `boostd` 二进制文件移到 `/usr/local/bin/`:

```
mkdir $SWAN_PATH/provider/boost
mv ~/.boost/* $SWAN_PATH/provider/boost/mv boostd /usr/local/bin/
```

3. 打开[此链接](https://github.com/filswan/go-swan-provider/blob/main/README-CN.md#%E9%85%8D%E7%BD%AE%E5%B9%B6%E8%BF%90%E8%A1%8C)根据步骤配置 `config.toml`&#x20;
4. 启动 Swan Provider

```
ulimit -SHn 1048576
export SWAN_PATH = "/data/.swan"
nohup swan-provider daemon >> swan-provider.log 2>&1 &
```

如遇任何问题，请在 [FilSwan Discord](https://filswan.com/discord) 频道联系我们。
