directadmin

  1. Andy

    Install SSL certificate on DirectAdmin hostname using Let's Encrypt

    Follow the tutorial down below to enhance your DirectAdmin Login Page with Let's Encrypt SSL certificate: cd /usr/local/directadmin/scripts ./letsencrypt.sh request_single your.server-hostname.com 4096 The script above will also install the new cert/key/ca files in all respective global places...
  2. Andy

    Fixing DirectAdmin: You (user) are not allowed to use this program (crontab)

    Scenario: You have granted a user package with Cron Jobs ticked, but when the user creates a cron job from DirectAdmin or from the shell, they got: saputra@cana:~$ crontab -l /etc/cron.deny: Permission denied You (saputra) are not allowed to use this program (crontab) See crontab(1) for more...
  3. Andy

    How to enable PHP GMP --with-gmp on DirectAdmin CustomBuild

    If you want to add any extra modules to PHP, they'll most likely need to be compiled in. Any module that needs to be compiled in will have a --with-gmp type flag which will need to be used. First, figure out which configure file your system is using. Type: cd /usr/local/directadmin/custombuild...
Back
Top