ASL INSTALL ON VULTR: Difference between revisions
imported>N8THN Created page with "Written by Mike (KB8JNM) Before you start: You probably should read most of this once before you start (to the +++++++++ anyway). It will help. If you have deployed on a 512..." |
No edit summary |
||
(14 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{Warning|user-guide/install/}} | |||
Written by Mike (KB8JNM) | Written by Mike (KB8JNM) | ||
Updated to include beta6 ISO | |||
Before you start: | Before you start: | ||
You probably should read most of this once before you start (to the +++++++++ anyway). It will help. | You probably should read most of this once before you start (to the +++++++++ anyway). It will help. | ||
1- Get signed up with account on vultr.com and verify email. | |||
1- Get signed up with account on vultr.com and verify email. | |||
2- Add a server (Blue "+" button, Mid-Upper Right), to find a | 2- Add a server (Blue "+" button, Mid-Upper Right), to find a cheaper install, you may need to change server locations till you see one available, | ||
otherwise, you may need to choose a $5 or 1gb Mem server or larger. | otherwise, you may need to choose a $5 or 1gb Mem server or larger. | ||
You will need to look in advance to Vultr's section (3) for size selection for each location. | You will need to look in advance to Vultr's section (3) for size selection for each location. | ||
Flipping between | Flipping between section (1) & (3) to get that right. Not all size servers are available at all times at all locations. (some sell-out). | ||
3- At Vultr's section (2) - OS's, you will need to select just above the selections, to "UPLOAD ISO". Choose one of the 2... | |||
Plug this "currently valid" link to the <b>ASL Stretch Deb 9 ISO</b> : | |||
http://dvswitch.org/files/ASL_Images/Intel-AMD/Stretch/ASL_1.01-20180417-amd64-i386-debian-stretch-netinst.iso | http://dvswitch.org/files/ASL_Images/Intel-AMD/Stretch/ASL_1.01-20180417-amd64-i386-debian-stretch-netinst.iso | ||
Place | Plug this "currently valid" link to the <b>Deb 10 ASL beta6 ISO</b> : | ||
http://downloads.allstarlink.org/ASL_Images_Beta/Intel-AMD/asl-2.0.0-beta.6-kc1kcc-20210324-amd64.hybrid.iso | |||
If this page is not updated with time for a new release, they 'should be found here' with some additional navigation : | |||
http://downloads.allstarlink.org/index.php?b= | |||
Place your chosen link into the load iso. Go to next step. | |||
4- You should be able to move forward to Vultr's section (7) and select the hostname (i.e. eoh.29999.link), if you wish, | 4- You should be able to move forward to Vultr's section (7) and select the hostname (i.e. eoh.29999.link), if you wish, | ||
Line 30: | Line 37: | ||
6- Look in the top right hand of the screen and you will see a monitor next to the power button. | 6- Look in the top right hand of the screen and you will see a monitor next to the power button. | ||
Click that for your | Click that for your console and you may enter data as needed for your deployment just as if the system is in front of you. | ||
But note that you are not going to copy paste any instructions at the command line like you might with putty ssh shell. | But note that you are not going to copy paste any instructions at the command line like you might with putty ssh shell. | ||
Also Note: Your mouse will not | Also Note: Your mouse will not function inside the CONSOLE window. | ||
Use keyboard / 'TAB' & 'ARROWS' to navigate fields & 'SPACEBAR' or ENTER/CR to select inside ASL-MENU. | |||
7- After all is done in your install, your console screen will be blank. | 7- After all is done in your install, your console screen will be blank. | ||
: * you will need to look at your "vultr server instance" to remove your ISO and that will force a reboot. | |||
: * The way to do that is to click on your server instance, click settings (above) | |||
: * then look on the left for load ISO again, the menu will show big blue button to REMOVE ISO | |||
: * You probably will need to launch the console screen again. Close the old one first if it went blank ! | |||
Line 46: | Line 53: | ||
--The default user is repeater and pw is allstarlink | --The default user is repeater and pw is allstarlink | ||
--If you get lost somehow, # cd /usr/local/sbin/ - and run - # sudo asl-menu - if you are setting-up with the script. | --If you get lost somehow, # cd /usr/local/sbin/ - and run - # sudo asl-menu - if you are setting-up with the script. | ||
--Please be careful when setting new root password, it shows at the | --Please be careful when setting new root password, it shows at the bottom of the screen and this will give you | ||
--root access in the console only. To get root access in your SFTP, you need to | --root access in the console only. To get root access in your SFTP, you need to | ||
--edit /etc/ssh/ssh_config and PermitRootLogin yes | --edit /etc/ssh/ssh_config and PermitRootLogin yes | ||
--save/exit restart sshd but for your own good, don't leave it this way. | --save/exit restart sshd but for your own good, don't leave it this way. Please change the port address while you are there editing from the default of 22. You can do this later. | ||
###!!! A well done job for those responsible for a perfect deployment. Thank You ! | ###!!! A well done job for those responsible for a perfect ASL ISO deployment. Thank You ! | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
Additional > | Additional > | ||
If you like to play, Let's go one | If you like to play, Let's go one further step so you can run this as your own website. | ||
You will love to learn this after you have set-up your server and it's verified running. | You will love to learn this after you have set-up your server and it's verified running. | ||
To make this completely web compatible, so to speak, you will want a 'LAMP STACK' | To make this completely web compatible, so to speak, you will want a 'LAMP STACK' | ||
which is | which is basically Linux (you already have) MySQL database, PHP server-side scripting and Appache2 for your HTML server on port 80. | ||
I'm not | I'm not writing the how-to for this, but here is a link I found on the web to guide you through it for this Debian 9 install. | ||
https://linuxconfig.org/how-to-install-a-lamp-server-on-debian-9-stretch-linux | https://linuxconfig.org/how-to-install-a-lamp-server-on-debian-9-stretch-linux | ||
Line 67: | Line 73: | ||
AS A ADDED BONUS FOR OTHER WEB WORKINGS: | AS A ADDED BONUS FOR OTHER WEB WORKINGS: | ||
While after you have installed you lamp stack, you can always get to the server web pages you construct via ip address, | While after you have installed you lamp stack, you can always get to the server web pages you construct via ip address, | ||
you may want to pick-up a domain name and use that for a pointer to the IP. I have this | you may want to pick-up a domain name and use that for a pointer to the IP. I have this suggestion for you.... | ||
After deploying the LAMP stack (or before anything in my case) I went to NameSilo.com, | After deploying the LAMP stack (or before anything in my case) I went to NameSilo.com, | ||
Line 78: | Line 84: | ||
But it is never to late to learn how it all works before or after your deployment. | But it is never to late to learn how it all works before or after your deployment. | ||
But this is 'not required' for the minimal operation of a VPS deployed system. | But this is 'not required' for the minimal operation of a VPS deployed system. | ||
You or your club could take advantage of your own website & email with what you already have. | You or your club could take advantage of your own website & email with what you already have. | ||
Line 88: | Line 92: | ||
But to add some flavor to your install, | But to add some flavor to your install, | ||
use valtr's free "snapshot" of your instance for a backup once you know you have a solid working node. | use valtr's free "snapshot" of your instance for a backup once you know you have a solid working node. | ||
They also provide a | They also provide a scheduled back-up service at $1 a month. | ||
I'm not here to endorse them but it's there and I sometimes use it on instances I have. | I'm not here to endorse them but it's there and I sometimes use it on instances I have. | ||
[[Category:How to]] | |||
Latest revision as of 21:22, 29 June 2024
Written by Mike (KB8JNM)
Updated to include beta6 ISO
Before you start: You probably should read most of this once before you start (to the +++++++++ anyway). It will help.
1- Get signed up with account on vultr.com and verify email.
2- Add a server (Blue "+" button, Mid-Upper Right), to find a cheaper install, you may need to change server locations till you see one available, otherwise, you may need to choose a $5 or 1gb Mem server or larger. You will need to look in advance to Vultr's section (3) for size selection for each location. Flipping between section (1) & (3) to get that right. Not all size servers are available at all times at all locations. (some sell-out).
3- At Vultr's section (2) - OS's, you will need to select just above the selections, to "UPLOAD ISO". Choose one of the 2...
Plug this "currently valid" link to the ASL Stretch Deb 9 ISO :
Plug this "currently valid" link to the Deb 10 ASL beta6 ISO :
If this page is not updated with time for a new release, they 'should be found here' with some additional navigation :
http://downloads.allstarlink.org/index.php?b=
Place your chosen link into the load iso. Go to next step.
4- You should be able to move forward to Vultr's section (7) and select the hostname (i.e. eoh.29999.link), if you wish, or wait and do that though the ASL-MENU / manually. But this will save you a step.
5- DEPLOY YOUR SERVER
6- Look in the top right hand of the screen and you will see a monitor next to the power button. Click that for your console and you may enter data as needed for your deployment just as if the system is in front of you. But note that you are not going to copy paste any instructions at the command line like you might with putty ssh shell. Also Note: Your mouse will not function inside the CONSOLE window. Use keyboard / 'TAB' & 'ARROWS' to navigate fields & 'SPACEBAR' or ENTER/CR to select inside ASL-MENU.
7- After all is done in your install, your console screen will be blank.
- * you will need to look at your "vultr server instance" to remove your ISO and that will force a reboot.
- * The way to do that is to click on your server instance, click settings (above)
- * then look on the left for load ISO again, the menu will show big blue button to REMOVE ISO
- * You probably will need to launch the console screen again. Close the old one first if it went blank !
--Now, that's about all I can guide you on with that. See normal install instructions.
--The default user is repeater and pw is allstarlink
--If you get lost somehow, # cd /usr/local/sbin/ - and run - # sudo asl-menu - if you are setting-up with the script.
--Please be careful when setting new root password, it shows at the bottom of the screen and this will give you
--root access in the console only. To get root access in your SFTP, you need to
--edit /etc/ssh/ssh_config and PermitRootLogin yes
--save/exit restart sshd but for your own good, don't leave it this way. Please change the port address while you are there editing from the default of 22. You can do this later.
- !!! A well done job for those responsible for a perfect ASL ISO deployment. Thank You !
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Additional > If you like to play, Let's go one further step so you can run this as your own website. You will love to learn this after you have set-up your server and it's verified running.
To make this completely web compatible, so to speak, you will want a 'LAMP STACK' which is basically Linux (you already have) MySQL database, PHP server-side scripting and Appache2 for your HTML server on port 80. I'm not writing the how-to for this, but here is a link I found on the web to guide you through it for this Debian 9 install.
https://linuxconfig.org/how-to-install-a-lamp-server-on-debian-9-stretch-linux
AS A ADDED BONUS FOR OTHER WEB WORKINGS: While after you have installed you lamp stack, you can always get to the server web pages you construct via ip address, you may want to pick-up a domain name and use that for a pointer to the IP. I have this suggestion for you....
After deploying the LAMP stack (or before anything in my case) I went to NameSilo.com, Picked up the domain name 29999.link @ $ 8.69 (per year) Then go to the domain manager and point it at the ip address of the ASL Server.
So you will have basicly, any record you see with a ip address now needs re-pointed to match your server. You might add one for your hostname... server.29999.link Some of you know how to set-up a A record, MX for mail and cname. But it is never to late to learn how it all works before or after your deployment. But this is 'not required' for the minimal operation of a VPS deployed system. You or your club could take advantage of your own website & email with what you already have.
But that brings up other issues like security.
So what I will add here is for your own good. Don't do a bunch of other stuff until you get a grip on security of your system. The ASL install comes with a firewall but it is up to your to set-it and run it and keep a eye on your system. But to add some flavor to your install, use valtr's free "snapshot" of your instance for a backup once you know you have a solid working node. They also provide a scheduled back-up service at $1 a month. I'm not here to endorse them but it's there and I sometimes use it on instances I have.