INSTALL ASTPP4.0

454 views
Skip to first unread message

mundial3000

unread,
Jun 18, 2019, 2:23:29 AM6/18/19
to ASTPP
hi, I m new to  astpp, I install version 4.0 from quick install script, I due ablut  5 install but wen , finist I go to the ip address  plus port 8089, and no web page uploa  I put like  this  1.2.3.4:8089 is this  correct?  any  clue how to sove please    thankyou 

Kavin Chauhan

unread,
Jun 18, 2019, 2:42:03 AM6/18/19
to ASTPP
Portal is now moved to https. You have to read the information carefully after installing. It gives you URL and login details to be used.

On Tue, Jun 18, 2019 at 11:53 AM mundial3000 <mundi...@gmail.com> wrote:
hi, I m new to  astpp, I install version 4.0 from quick install script, I due ablut  5 install but wen , finist I go to the ip address  plus port 8089, and no web page uploa  I put like  this  1.2.3.4:8089 is this  correct?  any  clue how to sove please    thankyou 

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/a1efa09e-dd92-4e18-a674-001cd4e3bef3%40googlegroups.com.


--
Thanks,
Kavin Chauhan,
Sr. Network and VOIP Engineer
Inextrix Technologies Pvt. Ltd.
+91 79 29700670
www.inextrix.com

Disclaimer:
The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.

MUNDOTEL

unread,
Jun 18, 2019, 2:24:42 PM6/18/19
to as...@googlegroups.com
https://104.248.56.29/    I put this and nothing  happen, how I check the  URL,   ? not need Port numbers? 

mundial3000

unread,
Jun 18, 2019, 6:09:20 PM6/18/19
to ASTPP

mundial3000

unread,
Jun 18, 2019, 6:16:03 PM6/18/19
to ASTPP
I tray all ways , and the web server not respont        https://104.248.56.29        is somenthing I can done, like check the status  of  nginx?


On Tuesday, June 18, 2019 at 2:23:29 AM UTC-4, mundial3000 wrote:

mundial3000

unread,
Jun 19, 2019, 12:18:50 AM6/19/19
to ASTPP
I tray this command  and  nginxs is not instaled          systemctl status nginx        is not  nginx service,  what to do?


On Tuesday, June 18, 2019 at 2:23:29 AM UTC-4, mundial3000 wrote:

Kavin Chauhan

unread,
Jun 19, 2019, 12:36:46 AM6/19/19
to ASTPP
If Nginx is not there, this means your installation is not proper. There could be some issue with your distribution.
Please check manually for nginx installation.

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.

David Morris

unread,
Jun 26, 2019, 9:42:09 AM6/26/19
to ASTPP
Hi Mundial3000,

Did you specify a FQDN (fully qualified domain name) when installing ASTPP?

If so then the scripts for ASTPP will have setup the PHP scripts will expect to be able to use the FQDN.

You can check if you did this by looking in the file at /var/lib/astpp/astpp-config.conf
You'll see at the bottom of this configuration file that there's a variable set called "base_url". 
Because you are attempting to go to the IP address in your browser (instead of a domain name) the base_url should be set to the IP address you want ASTPP to answer at. e.g: base_url=https://1.2.3.4/
If the base_url is set to a FQDN then either edit the file and change it to the IP address of the server (don't forget to keep the https:// part and the trailing / at the end).

Also, please check that nginx is setup in "catch all" mode. You can check this by looking at the file /etc/nginx/conf.d/astpp.conf. You should see that the file starts like this:

server {
        listen
443  ssl default_server;
        listen
[::]:443 ssl default_server;


The important bit is "default_server" as this forces nginx to answer requests to port 443 (which is https) regardless of what URL the person typed in their browser.

MUNDOTEL

unread,
Jun 26, 2019, 1:03:31 PM6/26/19
to as...@googlegroups.com
hi, thank for you advanced,  I think is  near the problem, I dont now to much how to edit, but I do this      
   vi  /etc/nginx/conf.d/astpp.conf    and no see nothing     and   vi  /var/lib/astpp/astpp-config.conf
how you think I can edit that files?

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.

Laszlo

unread,
Jun 26, 2019, 1:48:42 PM6/26/19
to ASTPP
Are you sure that you have nginx installed on your server?
Can you paste here the output of these 2 CLI commands?

which nginx

ps aux | grep nginx


-Laszlo



2019. június 26., szerda 19:03:31 UTC+2 időpontban mundial3000 a következőt írta:
hi, thank for you advanced,  I think is  near the problem, I dont now to much how to edit, but I do this      
   vi  /etc/nginx/conf.d/astpp.conf    and no see nothing     and   vi  /var/lib/astpp/astpp-config.conf
how you think I can edit that files?

On Wed, Jun 26, 2019 at 9:42 AM David Morris <david...@3gtelecoms.net> wrote:
Hi Mundial3000,

Did you specify a FQDN (fully qualified domain name) when installing ASTPP?

If so then the scripts for ASTPP will have setup the PHP scripts will expect to be able to use the FQDN.

You can check if you did this by looking in the file at /var/lib/astpp/astpp-config.conf
You'll see at the bottom of this configuration file that there's a variable set called "base_url". 
Because you are attempting to go to the IP address in your browser (instead of a domain name) the base_url should be set to the IP address you want ASTPP to answer at. e.g: base_url=https://1.2.3.4/
If the base_url is set to a FQDN then either edit the file and change it to the IP address of the server (don't forget to keep the https:// part and the trailing / at the end).

Also, please check that nginx is setup in "catch all" mode. You can check this by looking at the file /etc/nginx/conf.d/astpp.conf. You should see that the file starts like this:

server {
        listen
443  ssl default_server;
        listen
[::]:443 ssl default_server;


The important bit is "default_server" as this forces nginx to answer requests to port 443 (which is https) regardless of what URL the person typed in their browser.


On Wednesday, 19 June 2019 05:18:50 UTC+1, mundial3000 wrote:
I tray this command  and  nginxs is not instaled          systemctl status nginx        is not  nginx service,  what to do?

On Tuesday, June 18, 2019 at 2:23:29 AM UTC-4, mundial3000 wrote:
hi, I m new to  astpp, I install version 4.0 from quick install script, I due ablut  5 install but wen , finist I go to the ip address  plus port 8089, and no web page uploa  I put like  this  1.2.3.4:8089 is this  correct?  any  clue how to sove please    thankyou 

--
=====================================================================
Documentation: https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to as...@googlegroups.com.

MUNDOTEL

unread,
Jun 28, 2019, 6:35:56 AM6/28/19
to as...@googlegroups.com
root@ASTPP-nyc1-01:~# which nginx
root@ASTPP-nyc1-01:~# ps aux | grep nginx
root     16478  0.0  0.0  12716   964 pts/0    S+   00:57   0:00 grep nginx
root@ASTPP-nyc1-01:~#

which nginx say nothing

To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/ee4cff57-9f94-4aa1-8af5-b38895c312c6%40googlegroups.com.

Laszlo

unread,
Jun 28, 2019, 7:34:49 AM6/28/19
to ASTPP
It means that nginx is not installed at all.
Most likely you will need to do the intallation manualy.
What OS you running? Debian or other?

Kavin Chauhan

unread,
Jul 2, 2019, 6:39:12 AM7/2/19
to ASTPP
It might possible that your server has preinstalled apache service. Due to that, nginx installation may fail. Please check for this and do manual installation of nginx.

To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/b15950ba-0eb9-4f25-a56c-35a02da89d4a%40googlegroups.com.

MUNDOTEL

unread,
Jul 2, 2019, 6:39:12 AM7/2/19
to as...@googlegroups.com
debian 9
I instal  about 10 times and the same happen

To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/b15950ba-0eb9-4f25-a56c-35a02da89d4a%40googlegroups.com.

sam tion

unread,
Jul 2, 2019, 10:58:19 AM7/2/19
to ASTPP
How did you re-install?  Using the script?  

You should try install manually cutting and pasting the commands.  It's not that difficult and you will likely find the problem that way.  A script is of no use when it doesn't work properly in your environment, assuming that's the problem.

Kavin Chauhan

unread,
Jul 5, 2019, 6:45:24 AM7/5/19
to ASTPP
You mean you have manually installed 10 times but the same issue?
What steps you have exactly taken and what was the output after those steps? Can you please send in details?

MUNDOTEL

unread,
Jul 5, 2019, 12:07:50 PM7/5/19
to as...@googlegroups.com
manualy I tray about  3 times and fail, now I not do nothing more

Samir Doshi

unread,
Jul 5, 2019, 2:36:06 PM7/5/19
to ASTPP
Can you try to restart nginx and see what output you getting?

If you are getting anything then share that log here. 

Sent from Google Pixel 2

MUNDOTEL

unread,
Jul 5, 2019, 3:08:06 PM7/5/19
to as...@googlegroups.com
hi, you can install  and see evrithing,  this server is for test,  now I install fresh   DEBIAN 9.7
 THE IP IS   104.248.56.29    AND THE PASSWD IS      Man102030          tray install  for youself, and tell me wahtt you can see,,  thankyou

Samir Doshi

unread,
Jul 5, 2019, 3:23:28 PM7/5/19
to ASTPP
Sorry we cannot do installation. We can help you with issue. 


Sent from Google Pixel 2

T Point Systems

unread,
Jun 24, 2020, 3:17:43 AM6/24/20
to ASTPP
Hi Samir Doshi  question its this scrip working or its broken i try to instal in Debian 7 
wget --no-check-certificate https://raw.githubusercontent.com/iNextrix/ASTPP/v4.0.1/install.sh -O install.sh
chmod +x install.sh

Kavin Chauhan

unread,
Jun 24, 2020, 5:08:20 AM6/24/20
to ASTPP
You should use debian 9 not debian 7.

Thanks & Regards,
Kavin Chauhan
Sr. Network and VoIP Engineer.


--
=====================================================================
Documentation: https://docs.astppbilling.org/display/itplmars/ASTPP

Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages