How do I install fusionpbx on my Amazon server(aws)?

Status
Not open for further replies.

kimminho

New Member
Sep 13, 2017
7
0
1
33
I installed centos7 on aws. And I installed aws with the usual Fusionpbx installation method. However, after I installed Fusionpbx, ERR_CONNECTION_TIMED_OUT error occurred when I connected to https: // in window10. Even if you disable HTTP and HTTPS inbound on the firewall, the error still exists. How do I install fusionpbx on aws?
 
May 16, 2017
103
7
18
38
Hi

Ok so dump Centos - Even if you not familier with Debian it wont take long to transfer your knowledge and ill help you via this forum.

Steps

1 - Spin up Debian 8 server in AWS.

2- Security settings for AWS groups ( See below)

3 - Connect to Server via ssh

4 - First thing to type is sudo -i

5 - Install fusion using the Scipt links.

1 - wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh

2 - cd /usr/src/fusionpbx-install.sh/debian && ./install.sh

Follow instruction for logging into Fusion via web.

Rememeber because you are accessing public you need to use admin@xxx.xxx.xxx.xxx until you are in and change the default setting.

Let me know how you get on.

Thanks

Andy



HTTP
TCP
80
0.0.0.0/0

HTTP
TCP
80
::/0

Custom TCP Rule
TCP
8080
0.0.0.0/0

Custom TCP Rule
TCP
8080
::/0

Custom UDP Rule
UDP
16384 - 32768


Custom UDP Rule
UDP
21


Custom TCP Rule
TCP
8443


Custom UDP Rule
UDP
5080

HTTPS
TCP
443
0.0.0.0/0


Custom TCP Rule
TCP
5060

Custom TCP Rule
TCP
5080
0.0.0.0/0

SSH
TCP
22

Custom TCP Rule
TCP
21

Custom UDP Rule
UDP
5061

Custom UDP Rule
UDP
5060

Custom TCP Rule
TCP
5061
 
  • Like
Reactions: DataHLP
Status
Not open for further replies.