diff --git a/about/index.html b/about/index.html index ae83f7d..0469d22 100644 --- a/about/index.html +++ b/about/index.html @@ -11,9 +11,8 @@

About

-

- exozyme is a project to build a better, privacy-respecting web and cloud-hosting service. We host quite a lot of free services! If you are interested, shoot me a message on Matrix, a private, decentralized messaging service, @ta180m:exozy.me explaining what you plan to do with exozyme. We also have a Matrix space as well that you should join. + exozyme is a project to build a better, privacy-respecting web and cloud-hosting service. We provide SSH access, remote desktop, static site hosting, virtual machines, and quite a lot of free web services! Check out our list of services for more.


@@ -39,7 +38,7 @@


- Please take a look at the frequently unasked questions too. + If you're interested, get started with exozyme! Please take a look at the frequently unasked questions too.


diff --git a/fuqs/index.html b/fuqs/index.html index 3edc999..6e90d0d 100644 --- a/fuqs/index.html +++ b/fuqs/index.html @@ -19,34 +19,6 @@ Uh... not for any particular reason. It was just a cool domain hack with the .me domain, and it contains everyone's favorite math variables x, y, and z!


-

- I've joined exozyme, now what? -

-

- Great that you asked! Get started by logging in with SSH on port 4884 and make yourself at home. We have a number of services, and if you want to try one of them, just ask on Matrix. You can also try out our fast virtual machines and containers. -

-
-

- How can I run graphical apps? -

-

- The easiest way (at least for Linux users) is X11 forwarding with ssh -X. If you need 3D graphical acceleration, you can use VirtualGL with vglclient to connect with SSH and vglrun to run apps. -

-
-

- What about a full-blown remote desktop? -

-

- We've set up xrdp for this, which you can connect to on port 3388 with an RDP client. For example, with FreeRDP, use xfreerdp /v:exozy.me:3388 /dynamic-resolution /sound. You may need to run pulseaudio in the desktop for sound to work. For these desktop sessions, you can also use vglrun to run apps with 3D acceleration. You can even run games, although the GPU isn't that good. Please remember to log out when you are done. If you would like to use VNC or X2Go instead, just ask me on Matrix and I'll get it set up. -

-
-

- Can I host my own website? -

-

- Yes! Just remember that this server is down for part of the day. Check out exozyme pages for static web hosting! -

-

Can you install X?

diff --git a/index.html b/index.html index 75f7e99..d051807 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@


-

About    Services    Blog    FUQs
+
About    Quickstart    Services    FUQs    Blog


diff --git a/quickstart/index.html b/quickstart/index.html new file mode 100644 index 0000000..829dd92 --- /dev/null +++ b/quickstart/index.html @@ -0,0 +1,49 @@ + + + + Quickstart + + + +
+
+ exozyme +
+ +

Get started!

+ +

Join us!

+

+ Interested in exozyme? You can get started by shooting me a message on Matrix, a private, decentralized messaging service, @ta180m:exozy.me. Note that we offer two kinds of services to our users, core services and web services. Please specify if you would like an account for the core services, and account for the web services, or both, as well as what you plan to do with exozyme. Note that these two accounts are differenet and unrelated. You should also join our Matrix space since it's our main hub for communication. +

+
+ +

Logging in

+

+ OK, so you've joined exozyme! Now what? You can get started by downloading an RDP remote desktop client if you don't already have one. Linux users should use the FreeRDP client in their distro's repository, while Windows has a built-in client called Remote Desktop Connection. Mac users can use the Microsoft Remote Desktop Beta client. If your OS wasn't listed, check this list. +

+
+

+ Alright, so we've gotten that out of the way. Now spin up the client and connect to the address exozy.me:3388. You should see a login screen, where you'll type in your username and password for your core services account. If it all works, it should drop you into a desktop! It might take a few seconds to load properly. Enjoy your remote desktop! +

+
+

+ The first thing you should do is open up a terminal. One way to do this is by searching for "terminal" in the application menu in the bottom left corner. Now change your password with the passwd command. If you need 3D acceleration, such as for games, you can use the vglrun command. Note that the GPU currently isn't that good, so your experience may vary. Please remember to log out when you are done. +

+
+ +

SSH

+

+ If you don't need a desktop, you can also log in to a terminal with SSH. If you want to run graphical apps, you can use X11 forwarding with ssh -X. Note that this works best with a Linux client; otherwise, follow these instructions. +

+
+ +

Hosting your first website

+

+ Open up the file explorer in your remote desktop or log in with SSH. Now navigate to the /srv/http/pages folder. Create a new folder with your username which will hold the content for your website. Now let's make an actual page. Create a file called index.html and write some text. If you open up https://exozy.me/~USERNAME, you should see your website in action! Check out exozyme pages for more information about web hosting. +

+
+
+ + +