Source code resource sharing of softnet 2022-06-24 07:45:01 阅读数:464
Pagoda panel is a common server operation and maintenance panel for webmaster friends , Can pass Web End easy management server , Improve operation and maintenance efficiency . When you install the pagoda panel in the server, you will use the specific script commands of the pagoda panel . Today's article summarizes the common use of pagoda panels Linux command , This is convenient for you to collect and search .
1、 Install the pagoda
Centos set up script
Ubuntu/Deepin set up script
Debian set up script
Fedora set up script
2、 Manage the pagoda
stop it
start-up
restart
uninstall
View the current panel port
Modify panel port , If you want to change it to 8881(centos 6 System )
Modify panel port , If you want to change it to 8881(centos 7 System )
Force modification MySQL management (root) password , If you want to change it to 123456
Change panel password , If you want to change it to 123456
Check out the pagoda log
Check the software installation log
Site profile location
Delete domain name binding panel
Clear the landing restrictions
View panel Authorization IP
Turn off access restrictions
View the licensed domain name
Close the panel SSL
Check the panel error log
Check the database error log
Site profile directory (nginx)
Site profile directory (apache)
Site default directory
Database backup directory
Site backup directory
Site logs
3、Nginx Service management
nginx The installation directory
start-up
stop it
restart
Start loading
nginx The configuration file
4、Apache Service management
apache The installation directory
start-up
stop it
restart
Start loading
apache The configuration file
5、MySQL Service management
mysql The installation directory
phpmyadmin The installation directory
Data storage directory
start-up
stop it
restart
Start loading
mysql The configuration file
6、FTP Service management
ftp The installation directory
start-up
stop it
restart
ftp The configuration file
7、PHP Service management
php The installation directory
start-up ( Please install according to PHP Change version number , for example :/etc/init.d/php-fpm-54 start)
stop it ( Please install according to PHP Change version number , for example :/etc/init.d/php-fpm-54 stop)
restart ( Please install according to PHP Change version number , for example :/etc/init.d/php-fpm-54 restart)
Start loading ( Please install according to PHP Change version number , for example :/etc/init.d/php-fpm-54 reload)
The configuration file ( Please install according to PHP Change version number , for example :/www/server/php/52/etc/php.ini)
8、Redis Service management
redis The installation directory
start-up
stop it
redis The configuration file
9、Memcached Service management
memcached The installation directory
start-up
stop it
restart
Start loading
copyright:author[Source code resource sharing of softnet],Please bring the original link to reprint, thank you. https://en.javamana.com/2022/175/202206240311234454.html