admin password must not contain '\n'
A config snipped with the initial dmx admin password must not contain '\n' since it is not escaped and will split the password in two lines, which is then a different password. It is likely the same is true for '\t' or other related syntax. Needs fixing!
Edited by Juergen Neumann