Only root or sudo user can run this EasyEngine

Hi.

My SSH is giving error Only root or sudo user can run this EasyEngine I have setup WP NGinx on AWS probably i have done something wrong with permission Now I ran ee update sudo update its giving me error Can any one helo me figure out whats wrong I am doing?

you can try sudo -i

1 Like

You do need to have root privileges. EE needs to edit system files (Nginx) and restart services. As well as some other root only commands. You can use Sudo infront of every command or use sudo su to switch to a root shell.

Your not doing anything wrong, its as intended.