From 3dd6b9d7944a77f7059de6f586c9ad9630ddf9d5 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Fri, 12 Mar 2021 10:01:07 +0100 Subject: [PATCH] Update some links and paths --- community/config/nodes/add_node.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/community/config/nodes/add_node.md b/community/config/nodes/add_node.md index 6033954c..1ebf4d8e 100644 --- a/community/config/nodes/add_node.md +++ b/community/config/nodes/add_node.md @@ -12,21 +12,21 @@ top right side to open the page to add a node. ![](../../../.vuepress/public/community/config/nodes/pterodactyl_add_node_new_page.png) -* **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 ![](../../../.vuepress/public/community/config/nodes/pterodactyl_add_node_config.png) -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.