# Server Side Script Interpreter Plugin Java class implementation: ```java com.orientechnologies.orient.server.handler.OServerSideScriptInterpreter ``` Available since: **v. 1.6.0**. ## Introduction Allows to execute script on the server. ## Configuration This plugin is configured as a [Server handler](DB-Server.md#handlers). The plugin can be configured in easy way by changing parameters:
NameDescriptionTypeExampleSince
enabledtrue to turn on, false (default) is turned offbooleantrue1.6.0
allowedLanguagesArray of languages allowed to be executed on the serverarray of stringsSQL,Javascript1.6.0
Default configuration in orientdb-server-config.xml. Example: ```xml ``` ## Usage Look at [Console Command JSS](Console-Command-Jss.md).