2018-12-07 02:16:46563次
停止
/etc/init.d/bt stop
啟動(dòng)
/etc/init.d/bt start
重啟
/etc/init.d/bt restart
卸載
/etc/init.d/bt stop && chkconfig --del bt && rm -f /etc/init.d/bt && rm -rf /www/server/panel
查看當(dāng)前面板端口
cat /www/server/panel/data/port.pl
修改面板端口,如要改成8881(centos 6 系統(tǒng))
the port on which the data service listens. if you specify 0, prime performance manager uses a random available port, 1024 and above. prime performance manager maintains the chosen port until the next server restart. 45751 and 55751 are good alternate ports for gateways and units respectively.。the port on which the log in service listens. if you specify 0, prime performance manager uses a random available port, 1024 and above. prime performance manager maintains the chosen port until the next server restart. 45752 and 55752 are good alternate ports for gateways and units respectively.。a7'>o 392=synoptics port broker port {knak 393=data interpretation system .s
iptables -I INPUT -p tcp -m state --state NEW -m tcp --dport 8881 -j ACCEPT
service iptables save
service iptables restart
修改面板端口linux命令大全,如要改成8881(centos 7 系統(tǒng))
echo '8881' > /www/server/panel/data/port.pl && /etc/init.d/bt restart
firewall-cmd --permanent --zone=public --add-port=8881/tcp
firewall-cmd --reload
強(qiáng)制修改MySQL管理(root)密碼,如要改成123456
cd /www/server/panel && python tools.pyc root 123456