Home > Topics > Pagoda Panel > Some basic operations of the pagoda [Summary]

Some basic operations of the pagoda [Summary]

藏色散人
Release: 2020-05-11 13:46:50
Original
3798 people have browsed it

The following tutorial column of Pagoda Installation will introduce you to some basic operations of summarizing the pagoda. I hope it will be helpful to friends in need!

Some basic operations of the pagoda [Summary]

Some basic operations of the pagoda

1: Stop the pagoda

/etc/init.d/bt stop
Copy after login

2: Start the pagoda

/etc/init.d/bt start
Copy after login

3: Restart Pagoda

/etc/init.d/bt restart
Copy after login

4: Uninstall Pagoda

/etc/init.d/bt stop && chkconfig --del bt && rm -f /etc/init.d/bt && rm -rf /www/server/panel
Copy after login

5: View current Pagoda panel port

cat /www/server/panel/data/port.pl
Copy after login

6: Modify Pagoda panel port number

echo '8881' > /www/server/panel/data/port.pl && /etc/init.d/bt restart
Copy after login

7: Modify the panel password, if you want to change it to 123456

cd /www/server/panel && python tools.py panel 123456
Copy after login

8: View Pagoda log

cat /tmp/panelBoot.pl
Copy after login

For more Pagoda panel technical articles, please visit Pagoda Tutorial column!

The above is the detailed content of Some basic operations of the pagoda [Summary]. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template