Aarch64 installation

On new VPS:

git clone https://github.com/hestiacp/hestiacp.git
cd hestiacp/src/
./hst_autocompile.sh --all --noinstall --keepbuild

(next typing [branches](https://github.com/hestiacp/hestiacp/branches)) [which branch for aarch64?]

cd ../install/
bash hst-install-ubuntu.sh --with-debs /tmp/hestiacp-src/deb/

log install:

Adding required repositories to proceed with installation:

[ * ] NGINX
[ * ] PHP
[ * ] Apache2
[ * ] MariaDB
[ * ] Hestia Control Panel
[ ! ] HestiaCP on ARM is currently in Development.
      This will mean that we don't provide any packages and you are responisble
      for building the packages your self. To build your own packeges see
      https://docs.hestiacp.com/development/panel.html#compiling

Updating currently installed packages, please wait...|
The installer is now downloading and installing all required packages.
NOTE: This process may take 10 to 15 minutes to complete, please wait...                                                                                               -

========================================================================

[ * ] Installing local package files...
    - hestia core package
    - hestia-php backend package
    - hestia-nginx backend package
[ * ] Configuring system settings...
[ * ] Configuring Hestia Control Panel...
[ * ] Generating default self-signed SSL certificate...
[ * ] Adding SSL certificate to Hestia Control Panel...
[ * ] Enable SFTP jail...
[ * ] Create admin account...
[ * ] Configuring NGINX...
sed: can't read /usr/local/hestia/nginx/conf/nginx.conf: No such file or directory
[ * ] Configuring Apache Web Server...
[ * ] Configuring PHP-FPM...
[ * ] Configuring PHP...
[ * ] Configuring Vsftpd server...
[ * ] Configuring MariaDB database server...
[ * ] Installing phpMyAdmin version v5.1.1...
[ * ] Configuring Bind DNS server...
[ * ] Configuring Exim mail server...
[ * ] Configuring Dovecot POP/IMAP mail server...
[ * ] Installing ClamAV anti-virus definitions...-WARNING: Ignoring deprecated option SafeBrowsing at /etc/clamav/freshclam.conf:22                                    /
[ * ] Configuring SpamAssassin...
[ * ] Configuring fail2ban access monitor...
[ * ] Install Roundcube...
[ * ] Configure System IP...
[ * ] Installing remaining software updates...

Install finish with error:

Job for hestia.service failed because the control process exited with error code.
See "systemctl status hestia.service" and "journalctl -xe" for details.
Error: hestia start failed
root@cp:/home/ubuntu/hestiacp/install# systemctl status hestia.service
● hestia.service - LSB: starts the hestia control panel
     Loaded: loaded (/etc/init.d/hestia; generated)
     Active: failed (Result: exit-code) since Sun 2021-11-14 17:45:44 UTC; 8s ago
       Docs: man:systemd-sysv-generator(8)
    Process: 166500 ExecStart=/etc/init.d/hestia start (code=exited, status=2)

Nov 14 17:45:44 cp systemd[1]: Starting LSB: starts the hestia control panel...
Nov 14 17:45:44 cp hestia[166500]:  * Starting hestia-nginx hestia-nginx
Nov 14 17:45:44 cp hestia[166504]: start-stop-daemon: unable to stat /usr/local/hestia/nginx/sbin/hestia-nginx (No such file or directory)
Nov 14 17:45:44 cp systemd[1]: hestia.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
Nov 14 17:45:44 cp systemd[1]: hestia.service: Failed with result 'exit-code'.
Nov 14 17:45:44 cp systemd[1]: Failed to start LSB: starts the hestia control panel.

Can I install hestiacp on my VPS with arm agriculture?

We dont support aarch64 also it hasnt been tested. arm64 will be supported with the next release.

ARM64 = AARCH64

Try the prebuild packages found in the beta topic…

wopsi, thanks for the hint :grinning:

Any way the issue is that there went something wrong with the packages building as suggested download the packages from:

Use https://raw.githubusercontent.com/jaapmarcus/hestia-tools/main/download_packages.sh

to make it easier …

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.