Useful Bash Scripts
From MikroTik Wiki
Overview
Here are some small and very useful bash scripts that I have written and I use them from WebMin to perform some small tasks. These Include
- Adding a user in PPP -> Secrets
- Deleting a user in PPP -> Secrets
- Editing user credentials (such as ID, Password, Profile, MAC-Address, etc...) in PPP -> Secrets
- Disable a user in PPP -> Secrets
Please make sure that you follow this article and setup ssh-keys to execute command from Linux to Mikrotik using SSH without password
Below are the scripts that can be used from almost any Linux Distribution that supports Bash.
Adding a User
Make sure that you have webmin installed and running properly. Then follow these snapshots to create a new Custom Command that will perform the task of Adding New User to Mikrotik
Open Webmin in your favorite internet browser. Then follow below instructions.