01a) Creating a network for Pterodactyl
Making everything slightly easier
Last updated
Making everything slightly easier
Last updated
So to ease up the installation process, and make Cosmos act nicely with our Pterodactyl panel, database, cache, and wings. We'll create a network for all Pterodactyl parts to connect to. This should make the installation a bit easier.
Create a bridge network in Docker by running this command. This will create a bridge
network named cosmos-pt-all
.
You can see if the network has been created with:
The cosmos-pt-all
network should show up on the list.
From a console point of view, it should simply look like this:
Done! Let's continue.