> For the complete documentation index, see [llms.txt](https://docs.payram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payram.com/onboarding-guide/root-account-setup.md).

# Root Account Setup

***

## **Prerequisites**

Before you proceed with the onboarding configuration, make sure the following steps are completed:

* Install the PayRam server and ensure it is running.
* If you haven’t completed the installation, do that first by following the Installation Guide.

***

## Root account setup

{% stepper %}
{% step %}

### Go to the IP address

* Open your browser and go to your domain’s IP address or the URL where you hosted your PayRam server. The PayRam welcome page appears.

<figure><img src="/files/Nr67oGfk93lm8ydxySLw" alt=""><figcaption></figcaption></figure>

* If you’re seeing this page that means you’re payram server is up and running

{% endstep %}

{% step %}

### Navigate to signup page

* Navigate to the signup URL, for example: http\://\<your-ip-address>/signup, and replace with the actual IP address or domain of your PayRam server.
* Create your root account. This account will have full administrative control over all configurations and settings

<figure><img src="/files/hePimDcvg4EXJhNFMFH1" alt=""><figcaption></figcaption></figure>

* Click on Next Button

{% endstep %}

{% step %}

### Setup root email

* Enter your root email in the input box. Make sure to remember this email, as it will be the root/admin account for your PayRam server.

<figure><img src="/files/qlq7iGkP6sYgXdchV8I6" alt=""><figcaption></figcaption></figure>

* Enter your email address and select Continue.
  {% endstep %}

{% step %}

### Setup root password

* Now you need to set up a password for your root/admin account and make sure to save it securely or remember it, so you don’t lose access to your root account. You can change your password later from the dashboard if needed.

{% hint style="info" %} <mark style="color:$primary;">**Note**</mark><mark style="color:$info;">: When creating your root account, make sure to remember or securely store the email and password. These credentials are required to log in as the main administrator of your PayRam server.</mark>
{% endhint %}

<figure><img src="/files/RBBpFpfOI3D0QoqBHgzU" alt=""><figcaption></figcaption></figure>

* Create a password that meets the required criteria and click the Continue button.
  {% endstep %}

{% step %}

### Setup project name

* Now you need to set up your project name. A project refers to a website or product where you plan to integrate the PayRam payment system.

<figure><img src="/files/cixV6eOLD9LKzmNGQGhY" alt=""><figcaption></figcaption></figure>

* Enter the name of your project and click the Continue to Dashboard button.
  {% endstep %}
  {% endstepper %}

***

You have successfully completed the onboarding configuration. Now, proceed to Node Details Configuration to set up your dashboard settings.


---

# 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.payram.com/onboarding-guide/root-account-setup.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.
