Is it possible to self host VPS? IF it is possible, any reference?

Hi, i am trying to self host the VPS project. But my first attempt is failed. i want to keep try but before that i want to know it is possible or not. Because i can not find any reference for self hosting VPS project. I already look into 8thWall web github and test was ok for three.js getting start project in my local dev. but VPS is failed to mimic the 8thWall hosted project

Hi @Mingeun_Oh !
Yes, self-hosting VPS experiences is entirely possible, however I believe to achieves this you’ll need a Pro or higher plan, which allow for self-hosting.

I’d like to suggest to try and mimc what happens here in this example:

notice the threejs-scene-init.js file that sets up a pipeline module to look through and add the wayspot related events in the scene. From that point on, you can uncomment any code between lines 73 and 94 to load the wayspot mesh and from here it should work as expected.

However, in terms of VPS I’d perhaps suggest AFRAME as a better route to move forward as it’s fully prepared with an inspector that allows you to see the whole scene in a Unity-like screen and makes it a lot easier to move objects around and develop the VPS scene and it already has a dektop development component built in to enable this:

1 Like

Thanks i already solve the problem by my self. The problem was that i did not included vpscoaching related script in my header tag. But it is hard for me to look for and find out the needs of that extra script. I compare every code with 8thWall web hosting template and 8thWall document. Finally i found one line that for self hosting i should add extra script tag in 8thWall document.

1 Like