-
Notifications
You must be signed in to change notification settings - Fork 9
NodePay
XternA edited this page Jun 25, 2024
·
9 revisions
NodePay doesn't require a username and password for deploying and running the node. It is only required for creating an account and logging into the web UI.
- Login to NodePay.
- In the browser, open the
Developers Tools
(or press the F12 keyboard shortcut). - Within the Developer's Tool, navigate to
Application (Chrome)
/Storage (Firefox)
. - Go to
Local Storage
>https://app.nodepay.ai
- Click on
np_token
ornp_webapp_token
and copy the token value. - Enter this token as the value in the tool's NodePay setup configuration value
NODEPAY_COOKIE
. - You can re-use this same token across multiple device setups.
- Re-run the deployment phase in the tool, to deploy the application.