In the previous articlePagoda Panel Tutorial column introduced to you about "A solution to forgetting the security entrance address of Pagoda Linux Panel" , let me introduce another solution to you. I hope it will be helpful to friends in need!
Second method:
Close the security entrance through the SSH terminal
After connecting to the server through the SSH terminal Execute the following command:
rm -f /www/server/panel/data/admin_path.pl
to close the security entrance of the Pagoda Linux panel. After closing, the login address of the panel is: http://server IP:8888.
However, I have been searching online for a long time and have not been able to find how to restore the security entrance after closing it. Therefore, it is not recommended to close the security entrance address of the panel. After all, it is very dangerous to directly expose the panel login address. It is recommended that you operate with caution. . After all, we can obtain the panel login address by using method 1. There is really no need to turn off this security entrance function.
The above is the detailed content of Forgot the security entrance address of Pagoda Linux panel (Method 2). For more information, please follow other related articles on the PHP Chinese website!