FAQ - jaylikesbunda/Ghost_ESP GitHub Wiki
- 
SSID: 
GhostNet - 
Password: 
GhostNet 
- 
Username: 
GhostNet - 
Password: 
GhostNet 
- Connect to the 
GhostNetWiFi network. - Open your browser and visit:
 
- The web interface uses the same credentials as your WiFi AP.
 - If you’ve changed your WiFi SSID or password, your web interface credentials also change.
 
Note: The firmware has a subtle password-length mismatch: the AP code falls back to the default password unless the saved password is longer than 8 characters, while web authentication treats passwords of length 8 as valid. If you set an exactly 8‑character password you may see the web UI and AP use different credentials; use a password longer than 8 characters to avoid this.
- See the Installation Guide.
 - Use the web flasher at: https://flasher.ghostesp.net/
 
- 
SD Card: Place custom HTML in 
/ghostesp/evil_portal/portalson your SD card. - Flipper Zero App: You can upload simple HTML (max 2048 bytes) directly via the app (v1.4+ and firmware v1.7+).
 
- Unless something is said otherwise, No. Freel free to do it yourself we accept and appreciate PRs :)
 
- The ESP32 can’t operate as both an Access Point and WiFi Client at the same time.
Switching modes will disconnect your device from the AP. 
- The firmware is silent unless a command is running.
 - Try sending the 
helpcommand to verify your connection or reconnecting, sometimes you will have a bad connection. 
- 
"Generic" firmware builds include SD card support by default, use
sd_configto see the pins orsd_pins_spi <cs> <clk> <miso> <mosi>to set SPI pins andsd_save_configto save the pin config to SD card. - 
Ensure your SD card is formatted as FAT32.
 - 
Try using a SanDisk brand SD card 32GB or less.