01a) Creating a network for Pterodactyl
Making everything slightly easier
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.
Creating a Docker network
Create a bridge network in Docker by running this command. This will create a
bridge
network namedcosmos-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.
Last updated