# Troubleshooting frida connectivity

### Steps to verify frida-server is running

`adb shell`

`ps -A | grep frida`

![](/files/-M-A5cO6DcKmwnEO6_5H)

Great! The server is running. Now we can verify connectivity. Leave your adb shell and go back to your emulator.

### How to start frida-server if it is not running

See [\[1.1\] Upload frida-server to the emulator or device and run using nohup](/lab/1-lab-setup-and-initial-app-exploration/1.1-upload-frida-server-to-the-emulator-or-device-and-run-using-nohup.md#run-frida-server-persistently-using-nohup)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://summit-labs.frida.ninja/other-processes/troubleshooting-frida-connectivity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
