GUI & Root Password for VM

Hi Experts,

I am not able to open the browser and cannot find any GUI.
Please help me with this. Can you also share the root password?

Thanks,
Piyush



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

Hi Piyush,

On Wed, Jan 15, 2014 at 12:39 PM, piyush borana pi...@gmail.com wrote:

Hi Experts,

I am not able to open the browser and cannot find any GUI.

The VM is headless, you have to open the browser on the host not in the vm.

Please help me with this. Can you also share the root password?

There is no root password. The user erpnext is a sudoer. Password for
erpnext user is erpnext.

Thanks,
Piyush

Thanks,

Pratik
erpnext

Thanks Pratik, how can I open the browser, I cannot find any GUI nor any default browser. Please assist.

On Wednesday, January 15, 2014 12:41:57 PM UTC+5:30, Pratik Vyas wrote:
Hi Piyush,


On Wed, Jan 15, 2014 at 12:39 PM, piyush borana <pi...@gmail.com> wrote:
> Hi Experts,
>
> I am not able to open the browser and cannot find any GUI.

The VM is headless, you have to open the browser on the host not in the vm.

> Please help me with this. Can you also share the root password?
>

There is no root password. The user erpnext is a sudoer. Password for
erpnext user is erpnext.

> Thanks,
> Piyush
>

Thanks,
--
Pratik
erpnext

Hi Piyush,

On Wed, Jan 15, 2014 at 12:47 PM, piyush borana pi...@gmail.com wrote:

Thanks Pratik, how can I open the browser, I cannot find any GUI nor any
default browser. Please assist.

Open the browser on the host os (ie. on which you are running
virtualbox on the bare metal). Virtualbox should forward port 8000, so
you can goto http://localhost:8000 from the host.

Thanks,

Pratik
erpnext

I am also struggling with root sometimes!
I don't think erpnext is a sudoer, I am using the downloaded virtual image on virtualbox, see screenshot here: http://imgur.com/OMy2UrV


On Wednesday, January 15, 2014 10:11:57 AM UTC+3, Pratik Vyas wrote:
Hi Piyush,


On Wed, Jan 15, 2014 at 12:39 PM, piyush borana <pi...@gmail.com> wrote:
> Hi Experts,
>
> I am not able to open the browser and cannot find any GUI.

The VM is headless, you have to open the browser on the host not in the vm.

> Please help me with this. Can you also share the root password?
>

There is no root password. The user erpnext is a sudoer. Password for
erpnext user is erpnext.

> Thanks,
> Piyush
>

Thanks,
--
Pratik
erpnext



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/2dda8feb-1915-408f-a0e5-4d2509a5eb1f%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

On Wed, Sep 10, 2014 at 2:13 AM, Khaled Wagdy kh...@gmail.com wrote:

I am also struggling with root sometimes!
I don’t think erpnext is a sudoer, I am using the downloaded virtual image
on virtualbox, see screenshot here: http://imgur.com/OMy2UrV

Hi Khaled,

The root password is erpnext.

Thanks,

Pratik
erpnext

I know its some time ago, but when I hit such troubles with a sudo user I change roots password.
Just run
sudo passwd
then pick your own strong password.
Just remember sudo was created to help keep you more secure and safe so you don’t accidentally break things.
If you just want a temporary elevation, why not run
sudo sh
or
sudo bash

Regards

Fred

Is the password is the same for the root in latest vm .
erpnext is not working with me.
Please advise

@Muhamed
The credentials of the virtual image are:

username: frappe
password: frappe
mysql root password: frappe

Once the Virtual Machine boots, use your HOST operating system’s browser and go to:

http://localhost:8080
and login using:

user: Administrator
password: admin

from https://erpnext.com/download

1 Like

Thanks , your replay , I just trying to get the password for “root” …

@kennethsequeira Thanks! “frappe” is used as mySqlRootPassword.