Howto update grandstream firmware
install http server
to install apache on archlinux:
sudo pacman -S apache --noconfirm
to install apache on almalinux/rocky/rhel:
sudo dnf -y install httpd
to install apache on debian/ubuntu:
sudo apt -y install apache2