- Encryption, AES128 and AES256 cipher suites with TLSv1.3 support
- Fast, stable and small (complete server has ~3 MB)
- Supports ARM architecture
- Easy to use Lua Scripting API
- Many additional scripts available
- Comfortable rightclick menu
-
First of all, please read the manual: Luadch_Manual
-
Without encryption, start the Hub and login with:
Nick: dummy
Password: test
Address: adc://127.0.0.1:5000
-
With encryption:
- go to: “certs/” and start “make_cert.sh” on Linux/Unix or “make_cert.bat” on Windows to generate the certificates
- alternatively you can use the Luadch Certmanager
- after that you can login with:
Nick: dummy
Password: test
Address: adcs://127.0.0.1:5001
-
Register an own nickname for you, there are two possibilities to do that:
- use rightclick menu: User/Control/Reg
- use command: +reg nick
<Nick>
<Level>
Where
<Nick>
is your new nickname and<Level>
should be the highest level 100 -
Now delete the dummy account, there are two possibillities to do that:
- use rightclick menu: User/Control/Delreg
- use command: +delreg nick
<Nick>
-
After this first test you should adapt the hub to your needs:
- open: “cfg/cfg.tbl” with a UTF-8 compatible Texteditor best with Lua syntax highlighting
- Read the descriptions and set the values to your need, Luadch uses a fair and reasonable default user permissions, but nevertheless you should read all
-
If it's done, start your hub again and login, if he still runs there are two possibillities to enable your changes in the hub:
- use rightclick menu: Hub/Core/Hub reload
- use command: +reload
-
If you want to set other styles for lines or something:
- go to: “scripts/lang/” here you can find all language files for each script, after that: +reload
With Luadch you have the possibility to make a Hybrid version who runs on Win32 systems and one Linux/Unix system of your choice. This could be very useful if:
- your "online" Hub runs on a Linux/Unix machine and you want to use a 1:1 copy of that for local tests on a Win32 machine.
- your "online" Hub runs on a Win32 machine and you want to use a 1:1 copy of that for local tests on a Linux/Unix machine.
Instruction:
-
unzip the Win32 build to a local folder
-
unzip the Linux/Unix build of your choice to a local folder
-
copy the "lib" folder from your Linux/Unix build to your Win32 build and skip all existing files during copy process
-
copy the following files from the root folder of your Linux/Unix build to the root folder of your Win32 build:
- "liblua.so" and "luadch"
Important: The Win32 build and the Linux/Unix build must be the same build version!