mirror of
https://github.com/remnawave/panel.git
synced 2026-04-13 01:34:23 +00:00
33 lines
451 B
Markdown
33 lines
451 B
Markdown
---
|
|
sidebar_position: 2
|
|
slug: /installation/node/env
|
|
title: Env variables
|
|
---
|
|
|
|
## Node {#node}
|
|
|
|
### APP_PORT
|
|
|
|
:::warning
|
|
Do not use port 61001 as APP_PORT - it is a service port!
|
|
Ensure that APP_PORT is only accessible from your panel IP!
|
|
:::
|
|
|
|
```bash
|
|
APP_PORT=2222
|
|
```
|
|
|
|
### SSL_CERT
|
|
|
|
You can retrieve it from the main panel when creating a node.
|
|
|
|
:::warning
|
|
|
|
Do not share your certificate with anyone.
|
|
|
|
:::
|
|
|
|
```bash
|
|
SSL_CERT=PUT_CERTIFICATE_HERE
|
|
```
|