# Manage runners

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

## Links

* [Using GitHub-hosted runners](/en/enterprise-server@3.22/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/enterprise-server@3.22/actions/how-tos/manage-runners/self-hosted-runners)

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

* [/larger-runners](/en/enterprise-server@3.22/larger-runners)

* [Use Actions Runner Controller](/en/enterprise-server@3.22/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/enterprise-server@3.22/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.