mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 12:10:39 +08:00

* add a page about cybersec * WIP build process * finished build process * simplify and enhance wiki section erase flash * add [ESP444]RESEt solution * add ESP710 * add link to discussion FAQ * code review * add links to core installation process
1.2 KiB
1.2 KiB
Cybersecurity concerns
Concerns
If you plan to have access to you ESP from outside of your private network than you need to apply some basic security rules to avoid anybody to be able to access your ESP.
Disclaimer : this wiki is for reference - you are responsible of your board and internet network, we are not responsible for any damage to any of your network appliances.
Recommendations
Following steps must be done before your ESP is visible from public internet:
- Activate authentication in config.h file
- Change default user and password (this can be done from config.h or later with commands)
Is also strongly recommended to:
- Use strong passwords
- Use unique passwords, not same as for other accounts
- Change password regularly
- Configure box to redirect a different port than 80 to the port 80 of ESP
- Use DMZ feature of your box
Additional tips
- Remember the web server is not https, this means the server will never be fully secure. In particular, avoid to connect to your printer from any public network you do not own. Stick to your 4G network or other safe places to avoid MITM attack