Time exceeded after installing DirectAdmin

Nando

Verified User
Joined
Dec 24, 2021
Messages
34
Hi.

I am installing DirectAdmin on a vps server and I do the following steps:

OS
Code:
lsb_release -a

No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye

Update OS

Code:
aptitude update && aptitude safe-upgrade

Install dependencies

Code:
aptitude install gcc g++ make flex bison openssl libssl-dev perl perl-base perl-modules libperl-dev libperl4-corelibs-perl libwww-perl libaio1 libaio-dev \
zlib1g zlib1g-dev libcap-dev cron bzip2 zip automake autoconf libtool cmake pkg-config python libdb-dev libsasl2-dev \
libncurses5 libncurses5-dev libsystemd-dev bind9 dnsutils quota patch logrotate rsyslog libc6-dev libexpat1-dev \
libcrypt-openssl-rsa-perl libnuma-dev libnuma1

Install DirecAdmin

Code:
cd /root

Code:
wget -O setup.sh https://www.directadmin.com/setup.sh

Code:
chmod 755 setup.sh

Code:
./setup.sh

(Enter license key)

Add rule on firewall:

Code:
firewall-cmd --permanent --zone=public --add-port=2222/tcp

I enter http: // ip: 2222 and it tells me, time expired.

Time expired:

DNS Zone:

Thanks in advance.
 
Add rule on firewall:
You should disable firewalld before installation as on a default setup, the CSF/LFD firewall is installed.
This can prevent some odd conflicts happening.

I don't know how long you wait, but depending on your cpu and memory, it can take half an hour until all is installed.
You should check via SSH if DA itself is running.
 
You should disable firewalld before installation as on a default setup, the CSF/LFD firewall is installed.
This can prevent some odd conflicts happening.

I don't know how long you wait, but depending on your cpu and memory, it can take half an hour until all is installed.
You should check via SSH if DA itself is running.
Hello.

I didn't realize it and I had the firewall on. I have preferred to format and start from scratch and now everything is OK.

Grettings.
 
Back
Top