Home > Topics > Pagoda Panel > How to solve the problem of not being able to enter Pagoda Linux 8888

How to solve the problem of not being able to enter Pagoda Linux 8888

藏色散人
Release: 2021-05-10 15:28:52
forward
11051 people have browsed it

The following tutorial column of Pagoda Panel will introduce to you how to solve the problem of unable to enter Pagoda Linux 8888. I hope it will be helpful to friends in need!

1. Preface

The cause of this problem is the Python version. It may be that you have updated python. Refer to the summary of the solution to the pagoda problem. Just for taking notes for yourself and not for other purposes.

2. Solution

1. Enter the shell command line and enter the following command:

Check whether the Pagoda server is started

service bt restart
Copy after login

2. Check whether you can log in locally

curl 127.0.0.1:8888/login
Copy after login

If you can access the html normally, it means that the local computer can be accessed, then just execute the third step.

3. Just refresh the firewall

firewall-cmd --list-all
Copy after login

Then it will be fine!

The above is the detailed content of How to solve the problem of not being able to enter Pagoda Linux 8888. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
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