Skip License on First Installation

sweatbar

Verified User
Joined
Jul 6, 2019
Messages
35
Hey guys i'm creating a VPS Template (Virtualizor) where users can install pre-made directadmin with one click.There was an option to skip license check on the first installation but i cannot find it now.(It was on the previous installation guide but now its gone) Can anyone mention it here
 
I believe you just need to do this first:

Code:
touch /root/.skip_get_license
Hey getting this error even though i have execute this
Code:
touch /root/.skip_get_license
Code:
Job for directadmin.service failed because the control process exited with error code.
See "systemctl status directadmin.service" and "journalctl -xe" for details.
[setup.sh] Failed to start directadmin service, please make sure you have a valid license
 
Hey getting this error even though i have execute this
Code:
touch /root/.skip_get_license
Code:
Job for directadmin.service failed because the control process exited with error code.
See "systemctl status directadmin.service" and "journalctl -xe" for details.
[setup.sh] Failed to start directadmin service, please make sure you have a valid license
It can install DA without a license, but it will not start DA, because starting it requires a license :)
 
It can install DA without a license, but it will not start DA, because starting it requires a license :)
Hi but installation process fails because of that as well. I dont mind if the error message comes post-installation
 
It can install DA without a license, but it will not start DA, because starting it requires a license :)
Earlier it was possible to install DA without a license and activate it after the installation. But when you do it know it gives the following output:


Code:
ip.list written successfully
./data/admin/next_ticket.number written correctly
tickets.list written successfully
Admin admin is being created by root.
Sys:setUGPriv:gid==9999
Sys:setUGPriv:gid==9999
Sys:setUGPriv:gid==9999
Sys:setUGPriv:gid==9999
Sys:setUGPriv:gid==9999
Sys:setUGPriv:gid==9999
Admin user created

System Security Tips:
  https://docs.directadmin.com/operation-system-level/securing/general.html#basic-system-security

Job for directadmin.service failed because the control process exited with error code.
See "systemctl status directadmin.service" and "journalctl -xe" for details.
[setup.sh] Failed to start directadmin service, please make sure you have a valid license
● directadmin.service - DirectAdmin Web Control Panel
     Loaded: loaded (/etc/systemd/system/directadmin.service; enabled; vendor preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Sun 2022-10-09 22:25:22 UTC; 7ms ago
       Docs: http://www.directadmin.com
    Process: 123892 ExecStart=/usr/local/directadmin/directadmin server (code=exited, status=1/FAILURE)
   Main PID: 123892 (code=exited, status=1/FAILURE)

Oct 09 22:25:22  systemd[1]: directadmin.service: Main process exited, code=exited, status=1/FAILURE
Oct 09 22:25:22  systemd[1]: directadmin.service: Failed with result 'exit-code'.
Oct 09 22:25:22  systemd[1]: Failed to start DirectAdmin Web Control Panel.

I don't think it's installed or will it conitnue after a valid license? I use the following command:
"./setup auto"
 
Can I assume that there is no way to skip the license check during installation anymore ?
 
Back
Top