You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/_sources/web-console.md.txt

24 lines
868 B
Plaintext

7 years ago
Web Console
===
5 years ago
[`Web Console`在线教程](https://arthas.aliyun.com/doc/arthas-tutorials.html?language=cn&id=case-web-console)
6 years ago
### 通过浏览器连接arthas
5 years ago
Arthas目前支持Web Console用户在attach成功之后可以直接访问[http://127.0.0.1:3658/](http://127.0.0.1:3658/)。
7 years ago
可以填入IP远程连接其它机器上的arthas。
6 years ago
![](_static/web-console-local.png)
> 默认情况下arthas只listen 127.0.0.1,所以如果想从远程连接,则可以使用 `--target-ip`参数指定listen的IP更多参考`-h`的帮助说明。
> 注意会有安全风险考虑下面的tunnel server的方案。
后续更多Web Console功能支持请到issue下留言[https://github.com/alibaba/arthas/issues/15](https://github.com/alibaba/arthas/issues/15)
### 使用arthas tunnel server连接远程arthas
4 years ago
[Arthas Tunnel](tunnel.md)