Apache Tutorial
Set up a Ubuntu/Apache cloud-based server
Final Preparations
_______________________________________________
Vultr/Nightly Preparations
You should now have a Vultr account. Make a link to your Vultr account in your Firefox Nightly browser shortcut. Here's how:
Find your Firefox Nightly icon on your desktop. Right click it and choose Properties. Look for the Target: line. At the very end of the line, make a space and then paste https://my.vultr.com/ onto the line. Click OK. Double click the shortcut and you should have the login page for Vultr showing. Enter your credentials and log in.
_______________________________________________
Prepare your working server text file
Create and open up a text file for your project. Pick a name for your server and save the text file with that name. I save it on my desktop so it is easily accessible while I work on the server. For my file, for example, I may use the name 'V-601' but make one up that you like. Keep it short. The name isn't critical. I refer to this file as server text file from now on.
Copy and paste the following lines inside your server text file. Only copy what's in the blue box. You'll learn what these things mean later on:
######
ssh root@Your-IP
--> Vultr assigned password:
######
--> change Vultr password to Your-Password
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
--> right-click inside powershell to paste!
###
### Almost as fast as you setup the server, someone will be trying to hack in!
###
NOTES
Hash marks don't do anything except to REM (remark) out the line. This means the server goes past it without action.
Your-IP is a place saver for your future server IP. Internet Protocol, or IP, is the address of your server online. IP's are usually in the format of XXX.XXX.XXX.XXX or some smaller group of XXX's. 142.250.176.14 is the IP address for Google.
--> Vultr assigned password: is a placeholder for a password you will retrieve later on.
Your-Password: Replace the password where the xxxxx's are. Make one up. Keep it 32 characters long with different characters. No repeats. Use uppercase letters, lowercase letters, numbers and special characters except parenthesis and single or double quotes. Those show up from time to time in code and can mess things up. Seriously, there are some ways that a special character can really mess up your plan. I stay between the number 1 and 8 including the shift character with those keys. I use 9 and 0. I use the 26 alpha characters with the shift keys as well. That should be enough to create a strong password.
Lines starting without # or --> are commands that will be entered into PowerShell.
I use --> to make notes along the way, or to direct you to enter a command.
SAVE THIS FILE. We will add to it many times and it will be your own personal log of installation actions. When we finish here, you can use the server text file again to build another server.
_______________________________________________
A D V E R T I S E M E N T
_______________________________________________
Open Up PowerShell
Here's how:
On Windows 10, right-click the Windows button.
Select Windows PowerShell (Admin)
Allow it to open.
This is the window you will see:
On Windows 11, left-click the Windows button.
Type PowerShell and select Windows PowerShell (Admin)
Grant permission and allow it to open.
This is the window you will see:
Organize your desktop so you can see the PowerShell window and the server text file. Minimize everything else.
Restore your Nightly browser to see your Vultr account. You should be in the Products section. If not, navigate there.
Highlight and copy Your-IP.
Paste the IP into your server text file where Your-IP is. Save the file.
Go back to the Vultr account page. In Products, click on your server name. In the example above it would be RR-V-601. This opens up more details about your server. Look where it says Password and you will see dots, an eye, and some page icons. Click the page icons and your Vultr server password will be copied to your clipboard.
Paste the password into your server text file after --> Vultr assigned password:. Save the file.
Minimize your Nightly window.
We are ready to start loading the Ubuntu server!
Access the Ubuntu Server_______________________________________________
COMMENTS - Final Preparations
_______________________________________________
_______________________________________________
_______________________________________________
If You Like This:
I may make affiliate fees from services you select on this website.
Thank you!
©1998-2023 RocketRanch