Author Topic: [SOLVED] Login Issues through web interface  (Read 1946 times)

broadleon

  • Zen Apprentice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
[SOLVED] Login Issues through web interface
« on: July 03, 2014, 08:33:50 pm »
Hi

I'm currently setting up a install of Zentyal 3.4. I'am using xenserver so i have installed a Stacklet xen template of Ubuntu 13.10 Lightweight (32bit), and a Zentyal install on top.
When going to the ip address in the browser i was presented with the zentyal login screen, but i cant login.
I have tried admin administrator root ebox with the main password for root, and i have i have also tried password as the password, or just leaving the password box blank. and then i tried Zentyal, zentyal but no avail.

On the install i wasn't asked to setup a used a username and password.

Can anyone help?
« Last Edit: July 17, 2014, 10:38:42 pm by broadleon »

andre.pool

  • Zen Apprentice
  • *
  • Posts: 19
  • Karma: +1/-0
    • View Profile
Re: Login Issues through web interface
« Reply #1 on: July 04, 2014, 10:36:30 am »
Can you login to the console of your Ubuntu install with your root user and password?
If so add another user with:

sudo adduser "username" sudo

Provide a password and try to access the login with that username and password.

But best practice would be to rather install the Zentyal via the ISO/DVD

broadleon

  • Zen Apprentice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: Login Issues through web interface
« Reply #2 on: July 17, 2014, 10:36:05 pm »
i found that i need to add root as a sudo user.

Code: [Select]
sudo adduser root sudo