# Worker Node - Management

## Node Management and Details

To learn more about your node and update any details post-deployment, head to the details via the **"i" button** on your node overview under the **Manage** screen.&#x20;

Note that you can always delete your node from the details or from the overview. All deleted node will reappear in your Manage screen under pending deployment.

**Please remember that for your changes to go live you always need to click "Save" to confirm each operation and restart your node with new configuration.**

***

Let's review each element of your node details:

#### Node Health Status

The **Node Health Status** indicates whether your node is running. Until the node's machine status is "**Ready**", your node health status will always be stopped. Once your node is Ready on a machine level, it will move to the "**Running**" health status.&#x20;

To read more about Worker Node statuses check Worker Node Statuses guide page.

***

#### About

The **About** section contains basic information about your node such as its name, network type, node type and its deployment date and time.

It also contains the link to the **Operator console**. The operator console is where you can manage your operator account actions. View [our devoted guide](https://docs.energyweb.org/ewx-ecosystem/worker-nodes/the-marketplace-app/setting-up-a-server-based-worker-node-account) for details.

***

#### Infrastructure details

The infrastructure details contains **cloud information**, your **node's region** as indicated during deployment and the **machine status** which is the status you can also see in your node overview in the Manage screen.

***

#### Worker Node

The worker node section contains the Public key and Seed phrase for your node. From this section you can:

* View and copy your existing data
* Download your existing data
* Import new data: this means importing an existing seed
* Create new: this means re-generating a new public key and seed combo

Please note that importing creating and importing new data will erase your current data, it is therefore recommended you proceed carefully with those two actions.&#x20;

***

#### IPFS Gateway

IPFS is place where Solutions NodeRed work logic files created by SmartFlow are stored. The IPFS gateway section allows you to switch between IPFS credential options currently supported.&#x20;

***

#### Solutions whitelist&#x20;

Normally your worker start to run all active solutions that are in solution groups your operator account is subscribed to. Solutions whitelist let you explicitly define of subset of solutions that should be run (that still falls into above condition)

You should specify one or more desired solution namespaces and save to enable this feature.

Please note, that once this option is enabled, any non-whitlisted solutions will not be runnable.&#x20;

To get back to default state, remove whitelisted solution namespaces.&#x20;


---

# 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.energyweb.org/launchpad/ewx-ecosystem-offerings/worker-node/worker-node-management.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.
