-
|
I have Anubis installed. It's up and running, but it fails to work properly. I have this line uncommented at the top:
And here is my Anubis section in my NPMplus docker compose file:
As the last comment in the Anubis section above mentions creating the botfile, I did that. I also downloaded the default .yaml file in the link provided. NEXT STEPS: I login to my npmplus web UI, and I pick a host to test with NPMplus/Anubis. For example, let's pick the first host. I edit the first host, go to the bottom section to the dropdown list for Auth Request and I select Anubis. NEXT UP, ERROR MESSAGE IN LOG: Everything should be working, but when I go to test.mydomain.com, I can see the Anubis spash screen for a half of a second, and then it goes to a 500 Internal Server Error white screen. I check the npmplus-anubis log in my Docker and this is what I see: {"time":"2026-05-18T11:45:40.778267665-04:00","level":"INFO","source":{"function":"github.com/TecharoHQ/anubis/lib.(*Server).issueChallenge","file":"github.com/TecharoHQ/anubis/lib/anubis.go","line":137},"msg":"new challenge issued","subsystem":"anubis","host":"127.0.0.1:8923","method":"GET","path":"/.within.website","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36","accept_language":"en-US,en;q=0.9","priority":"u=0, i","x-forwarded-for":"2600:1700:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX","x-real-ip":"2600:1700:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX","challenge":"019e3bc3-XXXX-XXXX-XXXX-XXXXXXXX"}
And if I actually go to the Anubis page: http://192.168.1.3:8923, I see this error message: https://imgur.com/XJlg7n0 Any help would be appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
UPDATE: Duhh... the TARGET in my Anubis section needs to be http://192.168.1.3:8923 which is the ANUBIS docker install. NOT NPMplus. It's working slightly better. Now when I visit one of my hosts, I am stuck on this screen and it won't proceed: |
Beta Was this translation helpful? Give feedback.
-
|
Anubis is working. I see the splash screen now and then it forwards me on to my host. Two final things @Zoey2936 . I'm not sure if you can help, but I figured I would ask.
Any idea on this? I'm assuming I'm going to have to whitelist something somewhere. Maybe you could point me in the right direction. Thank you! |
Beta Was this translation helpful? Give feedback.


NPMplus/compose.yaml
Line 150 in b849444