Update install2.md
Simon Smith committed
Sep 22, 2023 at 21:04 UTC
b67b90f1978028333282a675ed07def448a40c05
1 file changed
+3
-3
docs/docs/install/install2.md
+3
-3
@@ -13,7 +13,7 @@ For some who want to skip this document entirely, there are quick install script
13
For Amazon EC2 users, that want to manage 100 devices or less. Launch a t3.nano or t3.micro EC2 instance with Amazon Linux 2 with TCP ports 22 (SSH), 80 (HTTP), 443 (HTTPS) and 4433 (CIRA) open. Then login as `ec2-user` and enter the following commands:
14
15
```
16
-wget http://info.meshcentral.com/scripts/mc-aws-linux2.sh
16
+wget https://meshcentral.com/scripts/mc-aws-linux2.sh
17
chmod 755 mc-aws-linux2.sh
18
./mc-aws-linux2.sh
19
```
@@ -21,7 +21,7 @@ chmod 755 mc-aws-linux2.sh
21
This will download the fast install script and once run, will install nodejs, meshcentral, setup systemd and start the server. For a larger instance like a t3.small, t3.medium or larger you can run the following that does the same but also installs MongoDB.
22
23
```
24
-wget http://info.meshcentral.com/scripts/mc-aws-linux2-mongo.sh
24
+wget https://meshcentral.com/scripts/mc-aws-linux2-mongo.sh
25
chmod 755 mc-aws-linux2-mongo.sh
26
./mc-aws-linux2-mongo.sh
27
```
@@ -33,7 +33,7 @@ After these scripts are run, try accessing the server using a browser. MeshCentr
33
For 100 devices or less, launch an instance of Ubuntu 18.04 using a small B1s instance. Set the username to `default` in all lower case and open ports 22, 80, 443 and 3389 using the basic network profile. Then start the instance and run the following lines.
34
35
```
36
-wget http://info.meshcentral.com/scripts/mc-azure-ubuntu1804.sh
36
+wget https://meshcentral.com/scripts/mc-azure-ubuntu1804.sh
37
chmod 755 mc-azure-ubuntu1804.sh
38
./mc-azure-ubuntu1804.sh
39
```