Astdb.php: No such file or directory

I am trying to install Allmon2 and got down to the last two steps:
image

At first I got pushback because the htpasswd command wasn’t found, and I fixed that with sudo apt-get install apache2-utils.

Now, when I try the chmod I get ‘astdb.php’: No such file or directory.

How do I get astdb.php and where does it go?

I figured it out. The command line example is not pointing to the allmon2 folder, but you have to be there to run chmod.

The requirement for Apache to be installed BEFORE Allmon2 is also not mentioned in the installation instructions. This worked for me:

Similarly, the need to populate astdb.php is not mentioned. This worked for me:
./astdb.php
Note: the above needs to be automated to receive continuous updates for astdb.php.

1 Like