Upload a ember application on a server

Hi, I have a ember application that I have to upload on the server. My problem is that there are many configuration, so i don’t want to put the dist folder in www/html because i don’t want to configure apache…This ember application has serveral configuration server so i prefer to use default ember s…is possibile to run ember application on the server with ember s command and reach the application? I have to make changes or only run ember s?

No, ember s is for development only. You must build the app in production mode then upload the html