Mikrotik routers have default service to check host availability, its name Netwatch. Configuration Netwatch service to send emails through default Mikrotik email client if host is offline or returned online.. read more…
Small script that detects WAN IP and sends it to email. It can be used when you have dynamically changing wan ip. Winbox is connected and internal email client is. read more…
Script for Mikrotik to send frequently backup files to email Winbox already is connected. First we go to the section System, Scripts Press ADD, new script. Fill name of script.. read more…
First connect to your router with Winbox Open System section Then scripts Create new script Add script :log info “Starting Script…”; :local sysname [/system identity get name]; :local smtpserv [:resolve. read more…
For sending emails from Mikrotik throw Gmail smtp server best way to use app password generated delicately for your client. Video First to generate password we need to go to. read more…
Small script to send frequently Log files to email. Video manual Text manual First go to Winbox Files and check that you have file log.0.txt If file not exists like. read more…
This small script for Mikrotik will check is host/hosts online or offline and sends messages to email if host is down. # Comment in log that script starts :log info. read more…
Please click on advertisement to support my YouTube channel and this Website
Mikrotik using Netwatch to check host availability (ONLINE, OFFLINE) and send email then host up or down
Mikrotik routers have default service to check host availability, its name Netwatch. Configuration Netwatch service to send emails through default Mikrotik email client if host is offline or returned online.. read more…
Mikrotik send WAN IP address to email
Small script that detects WAN IP and sends it to email. It can be used when you have dynamically changing wan ip. Winbox is connected and internal email client is. read more…
Mikrotik Send Backup Files to Email
Script for Mikrotik to send frequently backup files to email Winbox already is connected. First we go to the section System, Scripts Press ADD, new script. Fill name of script.. read more…
Mikrotik send mail from script without configured email client.
First connect to your router with Winbox Open System section Then scripts Create new script Add script :log info “Starting Script…”; :local sysname [/system identity get name]; :local smtpserv [:resolve. read more…
How to create password for Mikrotik email client in Google 2 factor authentication
For sending emails from Mikrotik throw Gmail smtp server best way to use app password generated delicately for your client. Video First to generate password we need to go to. read more…
Mikrotik script to send log files to email
Small script to send frequently Log files to email. Video manual Text manual First go to Winbox Files and check that you have file log.0.txt If file not exists like. read more…
Mikrotik ping script to check host online or offline
This small script for Mikrotik will check is host/hosts online or offline and sends messages to email if host is down. # Comment in log that script starts :log info. read more…