---
title: Running PingAuthorize Server as a foreground process
description: Run or stop PingAuthorize Server as a foreground process in Unix/Linux computing environments through the CLI.
component: pingauthorize
version: 11.0
page_id: pingauthorize:pingauthorize_server_administration_guide:paz_run_server_foreground
canonical_url: https://docs.pingidentity.com/pingauthorize/11.0/pingauthorize_server_administration_guide/paz_run_server_foreground.html
revdate: July 29, 2022
section_ids:
  steps: Steps
  choose-from: Choose from:
---

# Running PingAuthorize Server as a foreground process

Run or stop PingAuthorize Server as a foreground process in Unix/Linux computing environments through the CLI.

## Steps

* To launch PingAuthorize Server as a foreground process, run `$ bin/start-server --nodetach`.

* To stop a running PingAuthorize Server, do one of the following:

  ### Choose from:

  * In the terminal window running the server, press and hold `CTRL+C`.

  * In a new terminal window, run `bin/stop-server`.
