The Management Studio

The RavenDB Management Studio is a lightweight Silverlight client to let you easily manage the data in a RavenDB server instance. Using the Studio you can view, create, edit or delete documents, manage indexes, issue queries, view the errors log, import / export, and more.

The Studio is accessible from any RavenDB server, regardless of how it is deployed. However, it does require the user to authenticate against the server, most commonly using his Windows credentials.

Assuming that you are running RavenDB on port 8080 (the default when running in debug / service mode), you can access the studio by pointing your browser to http://localhost:8080.

Basic navigation

At the top left of the page there are the navigation tabs, a link for each of the screens in the Studio:

Figure 1: Navigation Tabs

Some database-wide statistics are shown at the bottom of the screen:

Figure 2: Database-wide Statistics

There you will also find the Licensing status and the build number:
Figure 3: Licensing Status and Build Number

The Summary Screen

The summary screen is the default screen shown whenever you access the RavenDB Management Studio, showing the latest documents updated (or created) in the database.

Figure 4: The Summary Screen

When accessing an empty database (or tenant) the page will look like this:

Figure 5: The Summary Screen for an Empty Database

Clicking on "Create sample data" will add some dummy MvcMusicStore data and indexes to the database. This is usually helpful to jumpstart the RavenDB learning process.

Features overview