learning_record_doc/proxy/Ubuntu install 花生壳.md
2022-02-28 23:07:00 +08:00

70 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Ubuntu install 花生壳
=====================
#### 一、下载花生壳deb安装文件
[内网映射\_穿透工具下载\_动态域名解析软件下载\_花生壳软件下载-贝锐花生壳 (oray.com)](https://hsk.oray.com/download/)
选择 Ubuntu Linux(X86\_64)之后点击下载
#### 二、将下载的deb文件上传至linux服务器
#### 三、开始安装
在deb文件同路径下输入下面命令开始安装
`sudo dpkg -i <deb文件全称>`
#### 四、浏览器登录
安装后会生成 SN码 以及默认登录密码admin
[登陆地址http://b.oary.com](http://b.oray.com)
账号输入自动生成的SN码 密码默认为admin
查看SN码命令
`sudo phddns status`
登陆上后可以绑定一个账号 以后登录使用SN码或者绑定的账号登录 密码为绑定账号的密码
#### 五、操作命令
##### 卸载
`dpkg -r phddns`
##### 启动
`phddns start`
##### 当前状态
`phddns status`
##### 停止
`phddns stop`
##### 重启
`phddns restart`
##### 重置
`phddns reset`
##### 开机自启动
`phddns enable`
##### 关闭开机自启动
`phddns disable`
##### 查看当前版本
`phddns version`
> 注意除phddns version命令不需要管理员权限外其他命令均需要管理员权限