Studio

Welcome to OrientDB Studio. This is a graphical tool built as HTML + JS that communicates against OrientDB server using the HTTP RESTful protocol. To know more about OrientDB Studio look at the Documentation. To report problems use the Issue Tracker, to receive jump to the Forum. Need a course or professional support?

Database access

If this is your first time play with the 'demo' database provided in bundle with the official OrientDB distribution. To Login use any database user. By default "reader/reader" can read records from the database, "writer/writer" can read, create, update and delete records. "admin/admin" is God.

Server management

This is the section with the Server's information. To access it you have to provide the OrientDB Server's credentials. If you have access to the server look to the orientdb-server-config.xml file and search the XML user tag. Remember that the first time the Server is executed the 'root' user is created with a automatically generated password. For more information look at the Security page. Below and example:
<users>
  <user name="root" password="FAFF343DD54DKFJFKDA95F05A" resources="*" />
</users>