Press "Enter" to skip to content

纯IPv6服务器 安装宝塔面板后开启IPv6访问面板后台

meizuol 0

手头有台只能纯IPv6访问的主机(有公网IP但被强了),心血来潮想给装个宝塔放点东西上去,但是安装完成后发现无法打开后台。忽然想到宝塔好像默认是没有开启IPv6访问的,需要进入后台后在设置中手动开启。而这对于纯IPv6的服务器来说就尴尬了!

所以只能手动开启,其实方法非常简单。

安装好面板后:

==================================================================
Bt-Panel: http://***:8888/0056f4b2
username: 5gd.cn
password: 5gd.cn
Warning:
If you cannot access the panel, 
release the following port (8888|888|80|443|20|21) in the security group
==================================================================

新建:ipv6.pl

nano /www/server/panel/data/ipv6.pl

输入内容:

True

Ctrl+x 按 Y 回车保存退出

重启面板:

bt restart

OK到此就完成了!

发表回复

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