May I ask how to install Directadmin on the local area network now?

calmok

Verified User
Joined
Aug 11, 2015
Messages
65
My current system is almalinux 9.5
The virtual network card has been configured with an authorized IP address.
May I ask how I should install it?
 
I remember it used to be possible to set up a network card, but now when I install it, there is no network card to choose from, which causes me to prompt 'invalid license' every time I install it
 
Installation via LAN should be done via auto mode. I don't know in which environment you're working but be sure that your network card is seen with the normal commands like "ip a" and has a working internet connection.
 
[root@40-30 ~]# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: ens192: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:0c:29:f8:d3:78 brd ff:ff:ff:ff:ff:ff
altname enp11s0
inet 10.10.10.10/24 brd 10.10.10.255 scope global noprefixroute ens192
valid_lft forever preferred_lft forever
inet 117.186.40.xx/32 scope global ens192
valid_lft forever preferred_lft forever
inet6 fe80::20c:29ff:fef8:d378/64 scope link noprefixroute
valid_lft forever preferred_lft forever
 
So you can ping license.directadmin.com from prompt?
If yes, the illegale license could also be another reason, Which license do you have?

Another option might be that you create the /usr/local/directadmin/conf directory yourself and put a directadmin.conf in there with this line:
ethernet_dev=ens192
since your eth device is called ens192.

Could also be something else, I never installed LAN yet.
 
Back
Top