Skip to main content

Getting Started


Getting Started

The best way to get started with Rundeck is through our Learning sectionopen in new window.
Terminologyopen in new window, Tutorialsopen in new window and How To articlesopen in new window that show the many ways to use Rundeck.

Essential Concepts

Several fundamental concepts underlie and drive the Rundeck system. If you are a new user, knowing about them will help you use or integrate Rundeck into your environment.

  • Projects: A project is a place to separate management activity. All Rundeck activities occur within the context of a project. Multiple projects can be maintained on the same Rundeck server.

  • Jobs : A job encapsulates a sequence of steps, job options and nodes where the steps execute. See Jobs and Creating Jobs.

  • Nodes: A node is a resource that is either a physical or virtual instance of a network accessible host. A resource model is a representation of Nodes in a project.

  • Commands: A command is a single executable string executed on a Node. Rundeck invokes commands on nodes via a node executor, which evaluates the command string and executes it.

  • Executions: An execution is a representation of the activity of a running or completed command or job. The data about the execution is used in rundeck to monitor the progress of a job or command, and later for reporting about what happened.

  • Role-based Access Control Policies: A Rundeck access control policy grants users and user groups certain privileges to perform actions against rundeck resources like projects, jobs, nodes, commands and API.

  • Plugins: Extending Rundeck functionality is done through plugins. Plugins exist to execute commands on nodes, perform steps in a job, send a notification about job status, gather information about the hosts in your network, copy a file to a remote server, store and stream logs, talk to a user directory, and so much more.

    Our Enterprise version includes built-in plugins to further enhance functionality for Scheduling job executions, providing Guided Tours, incorporating Health Checks, and much more.

    See Job Plugins and Plugin Developer Guide and Rundeck Plugins.

Download and Installation

If a running Rundeck instance isn't already available to you, there are a couple ways you can try it.

  • Check out the Docker based Welcome Projects described on the Learning Overview Pageopen in new window.
  • Visit our download site downloadopen in new window and install the Rundeck software. There are several package formats. Choose the one that best suits the target infrastructure. After installation, be sure Rundeck has been started.

    Tips

    See Startup to learn how to startup and shutdown rundeck.

The default port for the web interface is 4440. If you installed Rundeck on your local machine, go to this URL: http://locahost:4440

Login

Rundeck requires every user to login. The default installation defines an "admin" user with access to perform all actions. Use "admin" for username and password.

Login form
Login form

Project setup

A new installation will not contain any projects so Rundeck will present you with a dialog to create one. Press the "New Project" button to create a project. Fill the project creation form with a desired name. Project names can contain letters and numbers, but do not use spaces or special characters. The project section will teach you how to add Nodes, automate the creation and maintenance of Rundeck projects.

Once the project has been created, you are ready to use your Rundeck instance.

Rundeck Graphical Console (GUI)

Using the project picker in the top bar it is possible to quickly search, list and switch between the various projects configured. Once inside a project navigation is done using the navigation bar on the left side of the page. Dashboard, Jobs, Nodes, Commands, Activity, and other pages. Project administrators will also be able to access the Project Settings pages menu.

For those with Rundeck administrator access, the System settings can be accessed by clicking the gear icon in the page header.

Finally, the user profile and logout functions are found under the User icon.

Top level navigation
Top level navigation

Projects menu

Select the desired project. If only one project exists, the menu will automatically be selected. You can create new projects from this menu, too.

Dashboard

View the project description, Readme and executions summary. Process Automation users may see additional visualizations for schedules and execution history.

Jobs

From the Jobs page, one can list, create, and run Jobs. A configurable filter allows a user to limit the Job listing to Jobs matching the filtering criteria. These filter settings can be saved to a user profile. Only authorized jobs will be visible.

Tips

See Jobs.

Nodes

The Nodes page is used to browse the Nodes configured in your Project resource model. A filter control can be used to limit the listing to just the Node resources matching the filter criteria. Given the appropriate authorization, you can also execute ad hoc commands to your filtered node set.

Tips

See Nodes.

Commands

The Commands page lets you execute arbitrary commands against the nodes that match the node filter.

Tips

See Commands.

Activity

From the Activity page, one can view currently executing Commands and Jobs, or browse execution history. The execution history can be filtered based on user-selected parameters. Once the filter has been set, the matching history is displayed. The current filter settings also configure an RSS link, found in the top right of the page (see Rundeck Administration to enable RSS).

Tips

See Activity.

System

If your login belongs to the "admin" group and therefore is granted "admin" privileges, a "System" icon will be displayed in the top navigation bar. From the System menu you can access the Key Storage, System Configuration, Access Control, System Report, Log Storage, List Plugins, Password Utility and Execution model.

Tips

See Configure

User

The User menu lets you logout and view your profile page. Your user profile lists your group memberships and a form to list and generate API tokens.

Tips

See User

Command Line Tools

Rundeck includes a number of shell tools to dispatch commands, load and run Job definitions, and interact with the dispatcher's queue. These command line tools are an alternative to functions accessible in the graphical console.

See the Command line tools.

API

You can also use the Web API to interface with all aspects of Node and Job execution.

See the Rundeck API page for a reference on the endpoints and examples.

Document Formats

If you prefer to manage job and resource definitions using text files, you can do so using XML or YAML formats.

See the Document Format Reference.