What does it take to add an extension to an instance without access to a terminal

Hi, i have an instance on a web server where i have no access to a terminal. And i have an extension that i developed in a local instance. I want to upload that extension to the web server instance. Once i upload the contents of my extension to the extensions folder, what do i need to change in the files so that the extension functions? To make things harder, the extension has a dependency that i have to see how to include in the instance and connect to the extension without the help of Node.

Well it seemingly took nothing. uploaded the extension files to the server, and after a while the extension worked with no problems.

That’s interesting. Did you make any changes?