---
title: How to use HiddifyCli
---
# How to use HiddifyCli or Hiddify command line
This app is developed for cases where there is no desktop, such as servers, and it supports all processors.
## Download
To download this app, go to [here](https://github.com/hiddify/hiddify-core/releases) and download the file related to your processor.
## Execution of config or subscription link in HiddifyCli
To use it, the following command should be used.
```
HiddifyCli run -c -d
```
- To connect to a specific configuration, just run the above command as follows.
```
HiddifyCli run -c
```
Here, put your desired configuration instead of ``.
- You can also run a subscription in the app.
```
HiddifyCli run -c
```
Put your subscription link here instead of ``.
## Run config or subscription link in HiddifyCli with HiddifyApp settings
For this, you must first extract the settings related to your HiddifyApp.
Extract HiddifyApp settings
- To do this, open HiddifyApp and enter `Config Options` and click the three-dot menu.
- Now click the `Export Settings to Clipboard` option to save the settings to the clipboard.
- Now you can save these settings in a file with `json` extension.
- You can also put these settings in Github and use its link as `URL`.
### Run config or subscription link in HiddifyCli with settings extracted from HiddifyApp
- Also, if you want to use your Hiddify app settings, you should use the following command.
```
HiddifyCli run -c -d
```
Here, put your config file or sublink instead of `` and enter the configuration file related to HiddifyApp that you extracted in the previous step instead of ``.
- Instead of the config file, you can use the link related to the settings in HiddifyApp that you put on Github.
```
HiddifyCli run -c -d
```
Here, put your config file or sublink instead of `` and put the link of the desired settings in HiddifyApp instead of ``.