HashiCorp Learn
Infrastructure
  • TerraformTerraformLearn terraformDocs
  • PackerPackerLearn packerDocs
  • VagrantVagrantLearn vagrantDocs
Security
  • VaultVaultLearn vaultDocs
  • BoundaryBoundaryLearn boundaryDocs
Networking
  • ConsulConsulLearn consulDocs
Applications
  • NomadNomadLearn nomadDocs
  • WaypointWaypointLearn waypointDocs
  • HashiCorp Cloud Platform (HCP) LogoHashiCorp Cloud Platform (HCP)HashiCorp Cloud Platform (HCP)Docs
Type '/' to Search
Loading account...
  • Bookmarks
  • Manage Account
  • Overview
  • Opening the Web UI
  • Inspecting a Job
DocsForum
Back to nomad
CLI Quick StartView Collection
    Getting Started: Install NomadGetting Started: Start a Nomad AgentGetting Started: JobsGetting Started: ClusteringGetting Started: Web UIGetting Started: Learn More

Getting Started: Web UI

  • 2 min
  • Products Usednomad

At this point you have a fully functioning cluster with a job running in it. You have learned how to inspect a job using nomad status, next you'll learn how to inspect a job in the web client.

»Opening the Web UI

As long as Nomad is running, the Nomad UI is also running. It is hosted at the same address and port as the Nomad HTTP API under the /ui namespace.

With Nomad running, visit http://localhost:4646 to open the Nomad UI.

Nomad UI Jobs List

If you’re using vagrant and can’t connect, it’s possible that Vagrant was unable to properly map the port from your host to the VM. Your vagrant up output will contain the new port mapping:

==> default: Fixed port collision for 4646 => 4646. Now on port 2200.

In the case above you would connect to http://localhost:2200 instead.

»Inspecting a Job

You should be automatically redirected to /ui/jobs upon visiting the UI in your browser. This pages lists all jobs known to Nomad, regardless of status. Click the example job to inspect it.

Nomad UI Job Detail

The job detail page shows pertinent information about the job, including overall status as well as allocation statuses broken down by task group. It is similar to the nomad status CLI command.

Note: You may see a different number of allocations on your node next to Allocation Status depending on how many times you have stopped and restarted jobs.

Click on the cache task group to drill into the task group detail page. This page lists each allocation for the task group.

Nomad UI Task Group Detail

Click on the allocation in the allocations table. This page lists all tasks for an allocation as well as the recent events for each task. It is similar to the nomad alloc status command.

Nomad UI Alloc Status

The Nomad UI offers a friendly and visual alternative experience to the CLI.


PreviousGetting Started: ClusteringNextGetting Started: Learn More
HashiCorp
  • System Status
  • Terms of Use
  • Security
  • Privacy
stdin: is not a tty