-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
admin password is not displaying on terminal or on docker logs <id> #14
Comments
The same problem @mandatoryprogrammer please you cam help me? Im running the docker and it is serving on the domain succesfully. Not Displaying on terminal or on docker logs this image does not appear!!!!... |
Are you sure that this message hasn't been shown previously? (It's only shown once). If you clear the postgres database it'll show the message again. |
It was not shown neither in the installation nor when starting again, please can you tell me how to clean the database??? Another thing I can not enter the administration panel https://my-domain.xss.ht/admin/, it does not open the login page |
Try and do a full reset of everything that has been deployed Delete the ContainersRun
Delete them with Delete the ImagesRun
Then delete them with Delete the VolumesRun
Delete with: Rebuild & Start with
View the logs with
As for not being able to see the admin panel: Try and see if the interface is listening on the docker container itself:Get the main xsshunter container's IP with: If that works, the problem is likely to be the ports configuration in the
If you do need to uncomment the ports, you'll need to re-run the |
good morning Thanks for your answer @eth0-re Since I only had that docker installed, it was simpler to run the command docker system prune -a to clean everything. download again with git clone command https://github.com/mandatoryprogrammer/xsshunter-express.git and then run docker-compose up to see the installation logs. the error persists when i go to web browser and put https://domain.xss.ht/admin/ the answer is: I put all the answers on the website in txt file. |
Since I had the same problem I want to add something else - in the beginning you will shortly see: This means there is a database and just dropping the images,containers etc wont be enough, I had to remove the database files from host (usually you will find them in the xsshunter folder within postgres-db-data/). After dropping the entire folder (or after a clean git clone), everything works as expected. |
Im running the docker and it is serving on the domain succesfully.
But not able to know what is the password used to login.
Not Displaying on terminal or on docker logs
The text was updated successfully, but these errors were encountered: