Login failed error
teavanist opened this issue · 6 comments
Hi, I am trying to test Stormspotter and after the installation and running sscollector I tried to run the front end. It opens up but I am not able to login with the credentials:
- user- neo4j
- password- password
- server- bolt://localhost:7687
Is there anything I am missing? I installed the tool without Docker following the instructions in "Without Docker" section of the readme.
Error: "Login Failed"
OS details
- Operating System: Ubuntu 20.04.2 LTS
- Kernel: Linux 5.8.0-63-generic
- Architecture: x86-64
Other software
- Vue: vue@2.6.14
- Python: 3.8.10
- node: '10.19.0'
- npm: '6.14.4'
Is there a different default password when you setup the tool without Docker?
The default password for neo4j is "neo4j". But neo4j will force you to change the password so you should do that first.
Hi, both password or neo4j not working --> login failed... any update / Input? thanks
and I have checked the docker-compose.yaml file. the password correspond to this file, but still not working
For anyone else who ran into this issue, I found this in the README:
The neo4j container will expose neo4j on ports 7474 (HTTP), and 7687 (Bolt). Default configuration of Neo4j does not have SSL enabled, therefore you may initially interact directly with the neo4j interface on port 7474.
I changed the server to neo4j://localhost:7687 and was able to login with the neo4j credentials
I tried the same, but i can't able to login