FAQ - jaylikesbunda/Ghost_ESP GitHub Wiki

Frequently Asked questions

  1. What are the default network credentials?
    • SSID: GhostNet
    • Pass: GhostNet
  2. What are the default credentials to the web interface?
    • User: GhostNet
    • Pass: GhostNet
  3. Why dont the default credentials work to log into the web interface?
    • The web credentials are identical to the SSID, and network password you've set. If you've changed these values your web credentials will also change.
  4. How do I flash my board?
  5. Can I upload custom evil portal html over Serial/from my flipper zero?
    • Unfortunately customer evil portal html can on be set from an sd card directly connected to the Ghost ESP board.
  6. My board isn't currently supported. Will you add support?
    • Unfortunately due to the limited amount of contributors new boards are unlikely to be supported at this time unless there is significant demand. If you wish you can always compile a custom build configuration for your board and open a pull request.
  7. Why does the does my connection to the Ghost ESP AP drop when issuing wifi commands?
    • This is a limitation of the ESP32 - The wifi chip can only be in AP mode or Client mode but not both simultaneously.
  8. Im not seeing any output when connecting via serial
    • The ghost esp firmware is silent unless a command is running. Try running the help command to check if youve made a proper connection.