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?

Sorry for the late reply. On subsequent attempts on a different server it took a bit more effort for it to work. I had to locally compile the extension, then on the server replace the folders /extensions/defaultExt and /public/extensions/defaultExt with those same folders from my local instance. Don’t know what to do if the extension is named another way, but with defaultExt it works everytime.