ERPNext-Production_v14.8.0 ova download link

Thank you for responding, appreciate it!

It is true that I set my adapter type to NAT initially. But even after following your advice and switching it to bridged it still shows the same IP. Perhaps restarting my device could help?

@Ramy
Try these settings and checkout …

And check ip address via

ifconfig

3 Likes

This worked, thank you.

Now how do I obtain login credentials? I don’t have a frappe account

1 Like

@Ramy Happy to hear that this method worked … :star_struck:
By default Frappe Login = Administrator and Password = admin like as shown in picture.

1 Like

Giving me import appliance error . refer screenshot

@Abdullah_A_Ansari
Here are 2 scenarios.
1:- Check your CPU is this supported Virtualization or no ?
if NOT then OVA will not work.

2:- If answer is YES then Enable it.
Easy way to check in windows 10 like as below from Task Manager

Hi Saqib

I have checked Virtualization is enabled in my win10. In fact the version 13 i am using currently is imported ova.

@Abdullah_A_Ansari
Then you should delete .VirtualBox folder from current user account.

vbox-folder

Restart system and retry to import ova.

Thanks for response. but same issue. I guess if you re upload the ova then i may try to import once again.

@Abdullah_A_Ansari
Try with VMware Workstation Player
https://download3.vmware.com/software/WKST-PLAYER-1700/VMware-player-full-17.0.0-20800274.exe

Hi Hafiz, I tried every way. but i believe some problem with my PC configuration. Its still showing same error in import. Anyways, will try on other PC, thanks for your Help all the Way…!!

@hafiz4saqib network configuration problem vmware player.

@yanix84
1st remove & add again network adaptor from Network Setting.
After that use below command and check out.

sudo dhclient

@hafiz4saqib is this how i should leave the network config?.

No Network IP i tried accessing the IP i was Giving no access

@yanix84
Use only 192.168.229.129

ok i will try only IP

@Abdullah_A_Ansari
One more thing is very important here …
Always use VirtualBox V7 or greater then to this.

1 Like

Would this be related to the same problem I am having, when I run the bench update, I am getting permission errors. Permission denied: file: /usr/lib/python3/dist-packages/supervisor/xmlrpc.py line: 560

I tried editing the file you had suggested above, but there are many autostart/autorestart commands there.

@BigSteve

If you want to update, then use below method.
Go to in frappe-bench directory.

source env/bin/activate
bench update --reset
deactivate

and reboot system