Administrative Dashboard

The administrative dashboard manages the content shared by all Omeka S sites and the core functionalities of the Omeka S installation.

This screencast walks you through the main features of the dashboard and navigating your Omeka S installation:

Navigating Omeka S from Omeka on Vimeo.

Admin main page

When a user logs in, the first page they see is the Admin Dashboard.

Note

Depending on the user role, you may not see precisely the same options in the left-hand navigation. See below for details.

Admin dashboard full view

In addition to the left-hand navigation present on all pages (see below), the admin dashboard presents users with two boxes: Manage Resources and Manage Sites.

The Manage Resources box displays the following resources with their total count: Items, Item sets, Vocabularies, and Resource templates. Clicking on the label of the Resource will take you to the browse page; clicking the plus-symbol button to the right of the label will take you to the add page for that resource type.

The Manage Sites box lists the Sites on the install. Clicking on the site name will take you to the administrative tab for the site; clicking on the small arrow icon to the right will take you to the public view of the site (in a new window or tab).

Left-hand navigation

The following content appears on the left side of the admin dashboard and on all administrative pages.

View of the left hand navigation on the admin dashboard, which also appears consistently throughout the admin interface, with options as described below

In the upper left corner of the screen is a link displaying the title of the installation which will always take you back to the admin dashboard.

Directly below the installation title is the message “Signed in as [User]” where [User] is the display name of the person logged in. Next to the username is a gear icon that will take you to your user settings page.

Near the username (below or to the right, depending on window width) is the button to Logout.

Underneath the user information is a search field which has an option for advanced search (ellipsis) in addition to the button to search (magnifying glass). Use this to search all items in the installation.

Advanced search options (the ellipsis) allow you to refine the search by Resource Type, limiting it to Items, Item Sets, or Media by clicking the radio button next to the Resource Type you want to search.

Advanced search options

The left-hand navigation of the dashboard is divided into sections related to function and user access:

  • Sites: lists and provides access to all of the sites on the OmekaS install. (Computer icon)
  • Resources: content creation and metadata management.
    • Items: manage the individual resources of your install. (Box icon)
    • Item Sets: manage aggregated groups of items. (Multiple boxes icon)
    • Vocabularies: manage the metadata standards for your install. (Closed book icon)
    • Resource Templates: manage predefined sets of properties (fields) to use when creating items. (Pencil in a square icon)
  • Admin: installation-level administration (note that some of these tabs may not be visible to all user levels).
    • Users: manage users for the whole install and individual sites. (Human silhouette icon)
    • Modules: add functionality to your sites. (Plus sign in square icon)
    • Jobs: displays the user-activated tasks which are currently running. NB: jobs only display when they are running. (Three bars icon)
    • Settings: manage the global settings for all sites, the admin dashboard and the site dashboards. (Gears icon)

If you have installed modules, they may appear in the admin section of the left navigation below settings.

Note that users with more limited permissions will see only some of these navigation options.

System information

In the bottom right corner of every page on the admin side is the current version of Omeka S, along with some helpful links. Click the link labelled "System information" to see a full page with details about your installation.

Example System information page

On this page you can verify the versions of dependencies that Omeka is using, such as PHP, ImageMagick, and MySQL. If a particular module requires your server to supply something such as a PHP utility, you can look for it here. You can also look here to verify whether your Omeka installation recognizes a module you have tried to install.

Note that your PHP section will tell you the "File Upload Limit", which is the number reflected in the media upload interface and the asset upload interface. Note also that Omeka S will tell you how much free server space it has access to.

You may be asked to supply the information on this page when asking for technical support on the Forums or when posting an issue on GitHub.

Clicking the two buttons near the bottom of the page can help you verify that PHP and ImageMagick are working properly for your site. Do this right after installation to ensure you don't run into problems later on, such as when batch-importing items or running other PHP-dependent jobs.

Example results from the PHP CLI version button and the ImageMagick version button