> For the complete documentation index, see [llms.txt](https://docs.goplugin.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goplugin.co/node-operators/node-maintenance-instructions-for-node-operators.md).

# Node Maintenance Instructions for node operators

#### Plugin node operators should follow the below-mentioned points to keep their nodes active and can reap many benefits in the long run.

1. Keep your nodes 24/7 operational.
2. Make sure you have installed log rotation on your node as per the latest modular node setup script, and clean up the logs(/HOME\_PATH/.pm2/logs/\*.gz, /HOME\_PATH/.plugin/\*.gz) periodically.
3. &#x20;Node operators who are using Docker (OneClickDeploy) method can clean up the logs in their docker container using the below-mentioned commands.\
   &#x20;   i) sudo docker exec -it plinode /bin/bash -c "truncate -s 0 \~/.pm2/pm2.log"

   &#x20;   ii) sudo docker exec -it plinode /bin/bash -c "truncate -s 0 \~/.plugin/log.jsonl"
4. &#x20;Check your node dashboard from time to time by logging in with your credentials, to know about your node reputation.
5. &#x20;Though your node is 24/7 operational and your node is up and running and your reputation went down, please raise a Ticket with your node’s ‘pm2 status’ screenshot as an attachment.
6. &#x20;Keep a periodic watch on announcement/update through our channels(like Discord, Twitter, etc.,) to get the latest update.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.goplugin.co/node-operators/node-maintenance-instructions-for-node-operators.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.
