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 help go to the Community Group. Look also at Enterprise Edition and Professional Support.

Database access

If this is your first time play with the 'GratefulDeadConcerts' 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 at the config/orientdb-server-config.xml file (config/orientdb-dserver-config.xml for the distributed version) and search the XML user tag. Remember that the first time the Server runs, the 'root' user is created automatically with a random password. For more information look at the Security page. Below and example of content in config/orientdb-server-config.xml file:
<users>
  <user name="root" password="FAFF343DD54DKFJFKDA95F05A" resources="*" />
</users>