Cloud Script
Cloud Scripts are one of the most powerful features of ECS services, allowing server customization through user-created Scripts.
To do this, in addition to using temporary scripts, our services also offer a personal script library enabling the creation of reusable and customizable scripts.
To access this library, you need to go to:
Compute -> Cloud Script
Or by going to Cloud Script.
A page similar to the following will appear:
Create a New Script
To create a new Script, click on the empty slot with the "+" symbol and enter a name for the Script.
You can have a maximum of 20 personal Scripts.
The Web Editor
To open a Script in the Web editor, simply click on it, and the following IDE will open in a new page:
In addition to editing the Script, the Web IDE offers several possible actions:
You can save the Script at any time by clicking "SAVE" (no. 2) or using the keyboard shortcut "CTRL+R".
You can also change both the Script title and the language using the boxes at the top left (no. 1)
Quick Actions and Deleting a Script
You can also perform Quick Actions directly from the main page of your library, by clicking on the three dots next to the Script name:
From here, you can rename a Script, open it in the Web IDE, or delete the Script.
Once a Script is deleted, its content will be unrecoverable.