mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Improve grammar
This commit is contained in:
parent
bcccd5ece6
commit
57c84774fe
@ -125,7 +125,7 @@ Alternatively, you can click on the Generate Token button, copy the bash command
|
||||

|
||||
|
||||
::: warning
|
||||
When your Panel is using SSL the Wings must also have one created for its FQDN. See [Creating SSL Certificates](/tutorials/creating_ssl_certificates.html) documentation page for how to create these certificates before continuing.
|
||||
When your Panel is using SSL, the Wings must also have one created for its FQDN. See [Creating SSL Certificates](/tutorials/creating_ssl_certificates.html) documentation page for how to create these certificates before continuing.
|
||||
:::
|
||||
|
||||
### Starting Wings
|
||||
@ -171,8 +171,8 @@ systemctl enable --now wings
|
||||
|
||||
### Node Allocations
|
||||
|
||||
Allocation is a combination of IP and Port that can be assigned to a server. Each created server must have at least one allocation. The allocation would be the IP address of your network interface, in some cases such as when behind NAT it would be the internal IP. Go to Nodes > Your Node > Allocation
|
||||
Allocation is a combination of IP and Port that you can assign to a server. Each created server must have at least one allocation. The allocation would be the IP address of your network interface. In some cases, such as when behind NAT, it would be the internal IP. Go to Nodes > Your Node > Allocation.
|
||||
|
||||

|
||||
|
||||
Type `hostname -I | awk '{print $1}'` to find the IP to be used for the allocation. Alternatively, you can type `ip addr | grep "inet "` to find all your available interfaces and IP addresses. Do not use 127.0.0.1 for allocations.
|
||||
Type `hostname -I | awk '{print $1}'` to find the IP to be used for the allocation. Alternatively, you can type `ip addr | grep "inet "` to see all your available interfaces and IP addresses. Do not use 127.0.0.1 for allocations.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user