Configuration is simply by editing one single file, config.ini , this contains the information needed to start any script. You can use any linux based file editor, the simplest being ‘nano’ . Licencing is automated, you will get access to the scripts based on your licence status.

; GLOBAL config.ini – USER CHANGEABLE VARIABLES **
; Version 9.1.8 MUL SOL DCS
; Nominet (UK) Preset – Edit with TLD variables if required
; For Support – Raise a Ticket at – https://transcom.net
; ———————————————————————–

; *** EPP SERVER ***
; Enter the details for your EPP server as a FQDN only, values
; are preset for Nominet. Port number for the EPP server Port and
; your EPP password. Your registrar will require you to lodge the IP
; used for EPP access, you can have upto 6 EPP sockets running

[Epp Server]
epp_server_address = epp.nominet.org.uk
epp_port = 700
epp_password =

;[Epp Server]
;epp_server_address = testbed-epp.nominet.org.uk
;epp_port = 700
;epp_password =

;[Epp Server]
;epp_server_address = ote-epp.nominet.org.uk
;epp_port = 700
;epp_password =

; ———————————————————————–

; *** NAME SERVERS ***
; By default, names servers are not used when using the drop catch script
; as it uses time resources during registration.
; This option can is required for the standalone registration script.

[Name Servers]
name_server_1 = ns1.askbill.co.uk
name_server_2 = ns2.askbill.co.uk

; ———————————————————————–

; *** Misc ***
; Enter the period of time you would like new domains registrations to
; be made, from 1 to 10 years. Only applicable to the robin.php and
; register.php scripts

; Your account ID is the NEW Nominet EPP ID
; and not the account ID as per old schemas, you can call Nominet to ask
; for an account ID to use, or use the accountid.php file to find the EPP
; account ID for any domain already on your TAG.

; Enter any email address to for ownership registration

; The software can auto update on every run without user intervention
; Select 1 for auto update or select 0 for no auto update.
; Note : Some versions may require you to re enter this information
; so please make a backup of the old config.ini

[Misc]
reg_period_years = 1
account_id =
email_send_address =

; ———————————————————————–

; *** LICENCE KEY ***
; On purchase, you would have received a licence key, paste it below
; without omitting any of the characters. This key will only work
; for a single IPS tag .If you do not have a key you can purchase one
; at https://transcom.net/whmcslive/store/dac-epp-dropcatch-software

[Licence Key]
licence_key =

; ———————————————————————–