> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Console-based command-line tools for XBOX

> Command-line tools that run in the XBOX System OS and Game OS, including calling conventions and diagnostic utilities available on the console itself.

Explore console commandlinetools topics for XBOX game development.

<CardGroup cols={2}>
  <Card title="Console-based command-line tools" icon="terminal" href="/tools/tools-console/console_commandlinetools/consolecommandlinetools">
    This section describes the command-line tools that are available in the System OS and Game OS.
  </Card>

  <Card title="Calling wd tools from your title" icon="video" href="/tools/tools-console/console_commandlinetools/titlecodecallingwdtools">
    This section will provide details and sample code for calling wd tools that live on the console in your title code.
  </Card>

  <Card title="Manage packages (wdapp.exe)" icon="box" href="/tools/tools-console/console_commandlinetools/wdapp">
    Use this tool to register new locations, change process lifetime management (PLM) states, remove, and manipulate settings for packages on…
  </Card>

  <Card title="Screen-capture tool (wdcapture.exe)" icon="display" href="/tools/tools-console/console_commandlinetools/wdcapture">
    Use this tool to capture a screenshot or a video clip of anything that currently appears on the console's output.
  </Card>

  <Card title="Long duration game captures" icon="people-group" href="/tools/tools-console/console_commandlinetools/wdcapturesession">
    Use this tool to start and stop captures of your game and save the file to the console scratch drive (for example, xd:\clips\file.mp4).
  </Card>

  <Card title="Manage user accounts (wdconfig.exe)" icon="user" href="/tools/tools-console/console_commandlinetools/wdconfig">
    Use this tool to configure and change settings on the console.
  </Card>

  <Card title="Credentials (wdcred.exe)" icon="terminal" href="/tools/tools-console/console_commandlinetools/wdcred">
    Use this tool to add, remove, and enumerate the network credentials on a console.
  </Card>

  <Card title="Manage game streaming (wdgamestream.exe)" icon="video" href="/tools/tools-console/console_commandlinetools/wdgamestream">
    Use this tool to query whether a console is currently enabled for game streaming and to manage this state.
  </Card>

  <Card title="View and manipulate the console's front" icon="terminal" href="/tools/tools-console/console_commandlinetools/wdpanel">
    Use this tool to view and manipulate the console's front panel.
  </Card>

  <Card title="Recovery (wdrecovery.exe)" icon="terminal" href="/tools/tools-console/console_commandlinetools/wdrecovery">
    Installs a new system recovery from the XBOX Network, local update files, or files hosted on an accessible remote share.
  </Card>

  <Card title="Run (wdrun.exe)" icon="terminal" href="/tools/tools-console/console_commandlinetools/wdrun">
    Use this tool to run the specified command (along with any provided parameters) in the appropriate operating system.
  </Card>

  <Card title="Event tracing (wdtrace.exe)" icon="terminal" href="/tools/tools-console/console_commandlinetools/wdtrace">
    Use this tool to start, stop, and collect event trace logs on the console.
  </Card>

  <Card title="Manage user accounts (wduser.exe)" icon="user" href="/tools/tools-console/console_commandlinetools/wduser">
    Use this tool to delete, control sign-in state, and manage other user accounts for testing and development purposes.
  </Card>
</CardGroup>

## See also

* [Commandlinetools](/tools/tools-console/commandlinetools/index)
* [Devhome](/tools/tools-console/devhome/index)
* [Devkitagent](/tools/tools-console/devkitagent/index)
* [Hix](/tools/tools-console/hix/index)
* [PGO](/tools/tools-console/pgo/index)
* [PIX](/tools/tools-console/pix/index)
* [Shadercompiler](/tools/tools-console/shadercompiler/index)
* [Titleperfoverlay](/tools/tools-console/titleperfoverlay/index)
* [Visualstudio](/tools/tools-console/visualstudio/index)
* [Wdp](/tools/tools-console/wdp/index)
* [Xbom](/tools/tools-console/xbom/index)
* [Xbwatson](/tools/tools-console/xbWatson/index)
* [Xhit](/tools/tools-console/xhit/index)


## Related topics

- [Console-based command-line tools](/tools/tools-console/console_commandlinetools/consolecommandlinetools.md)
- [Command-line tools for console development](/tools/tools-console/commandlinetools/commandlinetools.md)
- [XBOX console game development environment and tools](/tools/tools-console/gc-tools-console-toc.md)
- [XBOX environment tools and APIs](/tools/tools-console/gc-xbox-tools-and-apis-toc.md)
- [Tools](/build/console-features/audio/tools/index.md)
