下载ElasticHD在/usr/local/elasticHd中
wget https://github.com/360EntSecGroup-Skylar/ElasticHD/releases/download/1.4/elasticHD_linux_amd64.zip

解压
unzip elasticHD_linux_amd64.zip

修改权限
chmod -R 777 ElasticHD

运行ElasticHD文件
[root@VM_0_3_centos elasticHd]# ./ElasticHD文件 -p 0.0.0.0:9800
To view elasticHD console open http://0.0.0.0:9800 in browser
exec: “xdg-open”: executable file not found in $PATH
http://0.0.0.0:9800

因为找不到xdg-open命令,安装xdg-utils之后命令就可以使用了.安装xdg-utils
[root@VM_0_3_centos elasticHd]# yum install xdg-utils

设置远程访问
[root@VM_0_3_centos elasticHd]# ./ElasticHD -p 0.0.0.0:9800
To view elasticHD console open http://0.0.0.0:9800 in browser
xdg-open: no method available for opening ‘http://0.0.0.0:9800’
exit status 3

访问http://IP:9800/即可访问

发表评论

邮箱地址不会被公开。 必填项已用*标注