mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Update some links and paths
This commit is contained in:
parent
69e822974f
commit
3dd6b9d794
@ -12,21 +12,21 @@ top right side to open the page to add a node.
|
||||
|
||||

|
||||
|
||||
* **Name**: a quick identifiable name for the daemon
|
||||
* **Name**: a quick identifiable name for the node.
|
||||
* **Description**: a long description that is used to help you identify the node.
|
||||
* **Location**: the location you want the node in. These are configured in the 'Locations' section of the panel and one
|
||||
must be created before a node can be created. These simply act as categories for nodes and serve no other purpose at
|
||||
this time.
|
||||
* **FQDN**: the fully qualified domain name for the node — for example: `node.demon.pterodactyl.io`
|
||||
* **FQDN**: the fully qualified domain name for the node — for example: `node.pterodactyl.io`
|
||||
* **Communicate over SSL**: if the panel is using SSL the Daemon is required to use SSL as well.
|
||||
* **Behind Proxy**: if you have the Daemon behind a proxy that terminates SSL connections before arriving at the Daemon
|
||||
then this option should be selected. If none of that sentence made sense, this doesn't affect you.
|
||||
* **Server File Directory**: the location on the physical server where the daemon is to store the files the servers
|
||||
generate. By default this is `/srv/daemon-data`.
|
||||
generate. By default this is `/var/lib/pterodactyl/volumes`.
|
||||
|
||||
::: tip OVH Users
|
||||
Some OVH users regularly have their `/home` folder be the largest filesystem. You may want to change to use
|
||||
`/home/daemon-data` if you are on a default OVH box.
|
||||
`/home/pterodactyl/volumes` if you are on a default OVH box.
|
||||
:::
|
||||
|
||||
* **Total Memory**: the total amount of RAM the node should be able to allocate automatically.
|
||||
@ -43,16 +43,16 @@ Don't forget to account for OS overhead and other software requirements on machi
|
||||
* **Daemon SFTP Port**: the port the Daemon sftp-server or standalone SFTP server should listen on.
|
||||
|
||||
## Install the Daemon
|
||||
At this point you'll need to have the Daemon installed on your machine. Check out the [documentation](/daemon/installing.md)
|
||||
for more information, or try one of the community guides for [CentOS](/community/installation-guides/daemon/centos7.md),
|
||||
[Ubuntu](/community/installation-guides/daemon/ubuntu1804.md), or [Debian](/community/installation-guides/daemon/debian9.md).
|
||||
At this point you'll need to have the Daemon installed on your machine. Check out the [documentation](/wings/1.0/installing.md)
|
||||
for more information, or try one of the community guides for [CentOS](/community/installation-guides/wings/centos7.md),
|
||||
[Ubuntu](/community/installation-guides/wings/ubuntu1804.md), or [Debian](/community/installation-guides/wings/debian9.md).
|
||||
|
||||
## Configuring the Node
|
||||
Go to the Node Configuration page
|
||||
|
||||

|
||||
|
||||
Copy and paste the config into the `core.json` file. (Default location is `/srv/daemon/config/core.json`)
|
||||
Copy and paste the config into the `config.yml` file. (Default location is `/etc/pterodactyl/config.yml`)
|
||||
|
||||
### Auto-Deploy
|
||||
This will generate a command to run on the node server to configure the daemon for you. (This needs to be run in the `/srv/daemon` folder, or `/home/daemon` if you're using the `/home` directory to store the Daemon)
|
||||
This will generate a command to run on the node server to configure the daemon for you.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user