What's new

How can I run custumbuild update with ssh for directadmin?

aior

Administrator
Staff member
1. Once you're connected to your server with SSH root user, navigate to the CustomBuild directory. By default, it's usually in the `/usr/local/directadmin/custombuild` directory. You can get there with the `cd` command:

Code:
  cd /usr/local/directadmin/custombuild

2.Then, update all software with the code below.

Warning!: It will take serious time to update all and never disturb the process. Like 15+ minutes)

Also please try not to make updates at live web pages. Propably you will get error messages or you may get problems without warning message.

Code:
./build all d

Here is the results:

1688761291775.png

After that you will not see any mode update alarm without update button at Directadmin.
 
Last edited:
Back
Top