01) Initial launch of Cosmos Server
Last updated
Last updated
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.
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:
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!