> For the complete documentation index, see [llms.txt](https://lern.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lern.sunbird.org/use/developer-guide/discussion-forum/configurations/nodebb-admin-panel-settings.md).

# Nodebb Admin panel settings

Before attaching discussion forum with context, we need to update some settings in nodebb admin panel. You can follow this document to update the admin settings.

### **Prerequisite** <a href="#prerequisite" id="prerequisite"></a>

1. Redis should be up and running.
2. Local nodebb should be up and running.

### Admin Settings

**Step:1**

Go to nodebb folder and run your local nodebb. Using below commands.

```
./nodebb start
./nodebb build
```

**Step:2**

Open this url in browser [http://loclahost:4567](http://localhost:4567/) and login as admin.

**Step:3**

You see this page. click on gear icon to navigate to nodebb admin panel.

![](/files/HAQwkcRcs6oIbB9N3P6Z)

**Step:4**

After that you will land on this page. Use settings tab to change the below option which is mention in table.

![](/files/9MDBOh7zEEtT8nWTrBvC)

|    | **Column name**                                                 | **Value**        | **Location**                                                                             |
| -- | --------------------------------------------------------------- | ---------------- | ---------------------------------------------------------------------------------------- |
| 1  | Number of seconds between posts                                 | 0                | [/settings/post](https://preprod.ntp.net.in/discussions/admin/settings/post)             |
| 2  | Seconds between posts for new users                             | 5                | [/settings/post](https://preprod.ntp.net.in/discussions/admin/settings/post)             |
| 3  | Seconds before a new user can make their first post             | 0                | [/settings/post](https://preprod.ntp.net.in/discussions/admin/settings/post)             |
| 4  | Number of seconds a post remains editable (set to 0 to disable) | 0                | [/settings/post](https://preprod.ntp.net.in/discussions/admin/settings/post)             |
| 5  | Enable Traffic Management                                       | disable          | [/settings/advanced](https://preprod.ntp.net.in/discussions/admin/settings/advanced)     |
| 6  | Topics per Page                                                 | 50               | [/settings/pagination](https://preprod.ntp.net.in/discussions/admin/settings/pagination) |
| 7  | Maximum topics per page                                         | 50               | [/settings/pagination](https://preprod.ntp.net.in/discussions/admin/settings/pagination) |
| 8  | Default Topic Sorting                                           | Newest to Oldest | [/settings/post](https://preprod.ntp.net.in/discussions/admin/settings/post)             |
| 9  | Default Post Sorting                                            | Oldest to Newest | /[settings/post](https://preprod.ntp.net.in/discussions/admin/settings/post)             |
| 10 | Downvotes per day (set to 0 for unlimited downvotes)            | 0                | [/settings/reputation](https://preprod.ntp.net.in/discussions/admin/settings/reputation) |
| 11 | Downvotes per user per day (set to 0 for unlimited downvotes)   | 0                | [/settings/reputation](https://preprod.ntp.net.in/discussions/admin/settings/reputation) |
| 12 | Minimum reputation to downvote posts                            | -5               | [/settings/reputation](https://preprod.ntp.net.in/discussions/admin/settings/reputation) |
| 13 | Posts per Page                                                  | 50               | [/settings/pagination](https://preprod.ntp.net.in/discussions/admin/settings/pagination) |
| 14 | Maximum posts per page                                          | 50               | [/settings/pagination](https://preprod.ntp.net.in/discussions/admin/settings/pagination) |
| 15 | Pagination Settings                                             | Enable           | [/settings/pagination](https://preprod.ntp.net.in/discussions/admin/settings/pagination) |

***


---

# 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, and the optional `goal` query parameter:

```
GET https://lern.sunbird.org/use/developer-guide/discussion-forum/configurations/nodebb-admin-panel-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
