MikroTik Script Writing and Sending Guide
MikroTik Script Writing and Sending Guide
Steps
1. Connect MikroTik Equipment to Computer
Connect using a serial cable from the computer to the MikroTik Equipment.
2. Open GtkTerm
Under Port, select the serial port and change the baud rate to 115200.
Here is an example .rsc script, which creates a new bridge, and adds ports 23
and 24 to said bridge:
In GtkTerm, go to File -> Send RAW File and select your .rsc script.
7. Monitor Progress
When the terminal stops writing code, press the X in the top right corner of the
popup to close the window.
8. Execute Commands
Additional Tips
Double-check .rsc script syntax and commands to avoid errors.
Running the script multiple times may cause errors, so be sure to check the
configuration after each run.
Congratulations! You've successfully written and sent .rsc scripts using GtkTerm and a
serial port.