# Running a node on Akash

First things first, get your Akash environment set up. We recommend downloading the [Akashlytics deployment desktop application](https://docs.akash.network/guides/deploy/akashlytics-deploy-installation). Select MacOS, Window OS or Linux OS and wait for it to download. This assumes you've already created your Presearch account and can access [nodes.presearch.com](https://nodes.presearch.com)

**Step 1 - Create wallet**&#x20;

Once Akashlytics has finished downloading, open the desktop app and follow the instructions for setting up. You can either import an existing wallet, or create a new one.

* In the tool you can choose a name for this wallet. This will not affect the functionality of the tool but is just an easy way to track what wallet is currently in use.
* Next choose a password that you will remember for the wallet.

![](/files/1EN09xn90g1iGoXny6g3)

*Note: The funds available in the pre-existing wallet instance should now be available to Akashlytics and displayed in the upper left corner of the application (52.943 AKT in the provided example)*

#### Step 2 - Certificate Creation

When first launching the tool there will not be a valid certificate.  To fix this select the ellipsis to the right of the Certificate status and click “Create Certificate”.

![](/files/mGIewtGerfeQlHnrOPeV)

**Step 3 - Deploy Presearch Node**

* Click "Deploy" Button

![](/files/p9suHiKDB4TbuWf4d7XS)

* Click "Deploy from File"

![](/files/4DLpS4mT4F5DRNN68H4c)

* Download the code from this file to your device, replacing \<YOUR\_REGISTRATION\_CODE\_HERE> with the registration code from you node dashboard.\
  <https://github.com/ovrclk/awesome-akash/blob/master/Presearch/Presearch.yaml>
* Open the file up in the dashboard and give the deployment a name. Click "Create Deployment"

![](/files/fRb827crNqzUJC0LkpH4)

* Make sure that you have sufficient $AKT to push the deployment. If you don't have sufficient AKT, you can purchase from one of these [markets](https://coinmarketcap.com/currencies/akash-network/markets/).

![](/files/a7njIIXtz5KWAcWUkdjy)

* Submit a memo & click "approve"&#x20;

![](/files/vxAWe0gkoFUQ8mKQRuiw)

* Choose your provider of choice and click "accept bid"

![](/files/lRUuU1jxqh975qWzUTky)

* Approve the memo and deploy your node!

![](/files/Mu9erwtYhRO4fWaNhAlH)

* See and manage your new node on your dashboard!

![](/files/0fI19UDC0695CO9eKwuX)


---

# 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://docs.presearch.io/nodes/setup/vps-setup/running-a-node-on-akash.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.
