# Aptos 测试网教程

By [hujiawei](https://paragraph.com/@hujiawei) · 2022-03-24

---

一.安装
----

1.`screen -S aptos`

2.`wget -q -O aptos.sh https://api.nodes.guru/aptos.sh && chmod +x aptos.sh && sudo /bin/bash aptos.sh`

**_提示：安装时间较长，screen的用法可以百度。_**

二.有用的命令
-------

1.日志查询：`journalctl -u aptosd -f`

2.重启节点：`systemctl restart aptosd`

3.查询节点状态：

[https://www.nodex.run/aptos\_test/](https://www.nodex.run/aptos_test/)

---

*Originally published on [hujiawei](https://paragraph.com/@hujiawei/aptos)*
