01) Initial launch of Cosmos Server
Finding your Public IPv4
We should first obtain your Public IPv4 address of your server. You can accomplish this by issuing the following command:
This will output your Public IPv4, which we will need when we first set up Cosmos Server.
Checking if Cosmos Server is running
In the previous installation step, we ran the
docker run
command, which automatically started Cosmos Server.It should therefore already be running. You can confirm this by running:
The output should show Cosmos Server running:
From a console point of view, it should simply look like this:
Heading into Cosmos
Enter your public IPv4 + port "80" into your browser to access your Cosmos instance. In my case, it looks like this:
When you visit your URL, it should look like this:
Yay! Now we're ready to continue!
On to the next step!
Last updated