Configuring Server Status Ports

Hello,

Is there a way to configure the server status ports that are being monitored in FreePBX? My FreePbx panel shows the SSH Server with a yellow warning which is probably because I don’t run SSH on port 22 but rather a different port. I am thinking I may need to tell Freepbx that SSH is on a different port for it to turn “OK” green.

Thanks.

I having the same issue.

amportal.conf:

SSHPORT=

Thanks! It worked perfectly.

Awesome. That works great. Thank you.

Thanks, Philippe.
For someone operating at your level of knowledge and understanding, I hope you’re still able to appreciate the genuine, immeasurable value we tadpoles derive from this kind of assistance.

I really appreciate your time, as I’m sure the others on this thread do.

Thanks a million, this just saved me lots of questions and got at least one person out of my pantleg.

Thank You!

Im experiencing this as well, but did not find a “SSHPORT=” anywhere in my /etc/ampportal.conf, the only SSH settings being for the back up?
Am I nuts or what :slight_smile: ?

-tom
PIAF with with current updates

Went through ampportal.conf again. This all the enabled settings:

AMPDBHOST=localhost
AMPDBUSER=**********
AMPDBENGINE=mysql
AMPDBPASS=**********
AMPENGINE=asterisk
AMPMGRUSER=**********
AMPMGRPASS=**********
AMPBIN=/var/lib/asterisk/bin
AMPSBIN=/usr/local/sbin
AMPWEBROOT=/var/www/html
AMPCGIBIN=/var/www/cgi-bin
AMPWEBADDRESS=**********
FOPWEBROOT=/var/www/html/panel
FOPPASSWORD=**********
FOPSORT=extension
FOPRUN=false
AUTHTYPE=database
AMPADMINLOGO=custom-logo.png
AMPEXTENSIONS=deviceanduser
ENABLECW=no
CWINUSEBUSY=yes
AMPBADNUMBER=true
AMPDBUSER=**********
AMPDBPASS=**********
AMPDBNAME=asterisk
ASTETCDIR=/etc/asterisk
ASTMODDIR=/usr/lib/asterisk/modules
ASTVARLIBDIR=/var/lib/asterisk
ASTAGIDIR=/var/lib/asterisk/agi-bin
ASTSPOOLDIR=/var/spool/asterisk
ASTRUNDIR=/var/run/asterisk
ASTLOGDIR=/var/log/asterisk

and again no sshport= :frowning:
-tom

Just add it.

SSHPORT=xxxx

ooohhhhh, thanks :slight_smile: