Scripts sections give you the possibility of debugging server-side scripts inside myBOX interface without the need of telnet (However possibility of using Telnet on port 11015 is still possible depends on your preference).
You can either stop the script/pause or start it.
We can try it with the basic script to show it’s functionality simply with this shortcode:
setInterval(function() {
console.log(“Hello World!”);
}, 5000); //Interval value in miliseconds
Which will just log text Hello world! every 5 seconds.
The result in script console inside myBOX is:
Scripts section gives you the option to delete files which are stored in UserFiles directory, so you can simply mark each file and hit delete selected.