# Manage runners

Learn how to use and manage the machines that execute jobs in your workflows.

## Links

* [Using GitHub-hosted runners](/en/actions/how-tos/manage-runners/github-hosted-runners)

  You can use GitHub's runners to execute your GitHub Actions workflows.

* [Managing self-hosted runners](/en/actions/how-tos/manage-runners/self-hosted-runners)

  You can host your own runners to run workflows in a highly customizable environment.

* [Using larger runners](/en/actions/how-tos/manage-runners/larger-runners)

  GitHub offers runners with more RAM, CPU, and disk space.

* [Use Actions Runner Controller](/en/actions/how-tos/manage-runners/use-actions-runner-controller)

  Host your own runners in a Kubernetes cluster with Actions Runner Controller.

* [Using proxy servers with a runner](/en/actions/how-tos/manage-runners/use-proxy-servers)

  You can configure runners in isolated environments to use a proxy server for secure communication with GitHub.