<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://guides.hackclub.app/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=U0A55A4B21K</id>
	<title>Nest Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://guides.hackclub.app/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=U0A55A4B21K"/>
	<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php/Special:Contributions/U0A55A4B21K"/>
	<updated>2026-09-07T12:41:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=Dashboard&amp;diff=100</id>
		<title>Dashboard</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=Dashboard&amp;diff=100"/>
		<updated>2026-07-12T14:09:51Z</updated>

		<summary type="html">&lt;p&gt;U0A55A4B21K: fixed url in the note&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== 1. Dashboard ===&lt;br /&gt;
[[File:Nest-Dashboard.png|right|thumb|500px]]&lt;br /&gt;
Welcome to the Dashboard tab! Here, you&#039;ll find important information about your container, like IP addresses, status, hostnames, and controls to stop, reboot, and delete your container.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Stop/Reboot controls&#039;&#039;&#039; are especially helpful if a process gets hung or your container runs out of memory.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Do not click delete container&#039;&#039;&#039; unless you want to permanently wipe your container. This operation cannot be undone and you will have to reapply for a container. If your container is broken, try restoring from a backup first!&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2. Domains/Reverse Proxy ===&lt;br /&gt;
[[File:Example-Cloudflare-CNAME.png|right|thumb|500px]]&lt;br /&gt;
The Domains tab allows you to reverse proxy whatever you&#039;re hosting in your Nest container, making it accessible to the public internet! To start, make sure your program is listening to all addresses on a certain port (e.g., 3000 or 8080).&lt;br /&gt;
&lt;br /&gt;
Go to your domain&#039;s DNS settings page and do the following:&lt;br /&gt;
# Create a CNAME record. If you want it to be a subdomain, add a name, otherwise use &amp;lt;code&amp;gt;@&amp;lt;/code&amp;gt; to leave it as root.&lt;br /&gt;
# Set the target to your Nest address (&#039;&#039;&#039;your-username.hackclub.app&#039;&#039;&#039;).&lt;br /&gt;
# Make sure the proxy setting is off / set to &#039;&#039;&#039;DNS only&#039;&#039;&#039;.&lt;br /&gt;
# Save it! Note that other DNS providers may handle this differently — the Cloudflare screenshot is for illustrative purposes only.&lt;br /&gt;
&lt;br /&gt;
[[File:Nest-Domains.png|right|thumb|500px]]&lt;br /&gt;
Head back to your Nest dashboard&#039;s Domains tab and add the domain — in this example, &amp;lt;code&amp;gt;birdie.mycooldomain.com&amp;lt;/code&amp;gt;. Enter the port your project is running on (in this case, 8080) in the target port box, then click &#039;&#039;&#039;Add Domain&#039;&#039;&#039;! &lt;br /&gt;
&lt;br /&gt;
If you get an &amp;quot;unauthorized&amp;quot; error, that&#039;s a bug and reloading usually resolves the issue. DNS changes can take up to 48 hours to propagate depending on the provider, so please be patient!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: You can also get more subdomains of *.username.hackclub.app, just enter that in the domain box and update the DNS record accordingly.&amp;lt;br style=&amp;quot;clear:both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 3. SSH Keys ===&lt;br /&gt;
[[File:Example SSH Keys Page.png|right|thumb|500px]]&lt;br /&gt;
Your SSH key is your only way into your container; you should always have at least one added!&lt;br /&gt;
&lt;br /&gt;
If you ever switch computers, that key does not transfer over. While it is possible to copy an SSH key between machines, it&#039;s &#039;&#039;&#039;not&#039;&#039;&#039; recommended. Instead, generate a new SSH key on each device you want to SSH in from, and add it to your dashboard. The [[quickstart]] has command-by-command instructions if you need help!&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 4. Backups ===&lt;br /&gt;
[[File:Nest-Backups.png|right|thumb|500px]]&lt;br /&gt;
Ever made a change that broke everything? It happens to everyone.&lt;br /&gt;
&lt;br /&gt;
Backups let you revert your container to a previous state without having to delete it and reapply. You can wait for an automatic backup to occur at 9pm UTC daily, which will appear in your backup page, or backup your container manually by downloading it to your PC using a tool like WinSCP, though &#039;&#039;&#039;automatic backups are usually much easier&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For example, clicking restore on the top backup will restore your container to its exact state at 21:43:00 on 5/17. Do note that any work done after that backup was created will be permanently lost, so use caution.&amp;lt;br style=&amp;quot;clear:both;&amp;quot; /&amp;gt;&lt;/div&gt;</summary>
		<author><name>U0A55A4B21K</name></author>
	</entry>
	<entry>
		<id>https://guides.hackclub.app/index.php?title=Main_Page&amp;diff=49</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://guides.hackclub.app/index.php?title=Main_Page&amp;diff=49"/>
		<updated>2026-05-18T14:53:52Z</updated>

		<summary type="html">&lt;p&gt;U0A55A4B21K: changed status endpoint to new kener.ing page (without a path)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Nest is a free Linux hosting service provided by [https://hackclub.app Hack Club] for teenagers to host their apps and projects for free.&lt;br /&gt;
&lt;br /&gt;
=== Getting Started ===&lt;br /&gt;
To get started, check out the [[Quickstart]] guide, which walks you through creating an account, verifying that you are a student, logging in, and basic usage of Nest. &#039;&#039;&#039;Please read the [[Acceptable Use Policy]] and [[Limitations]] page before using Nest.&#039;&#039;&#039; You can also review our [[Nest Wiki:Privacy policy|privacy policy]] and [[Your data on nest|what happens to your data on Nest]]. There&#039;s also a list of [[Frequently Asked Questions]] that you really should read.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you need further help, external resources are listed in each of the guides mentioned above, and you can always get help from fellow birds in [https://app.slack.com/client/E09V59WQY1E/C097AL5AUH0 #nest-help] on the [https://hackclub.com/slack Hack Club Slack].&lt;br /&gt;
&lt;br /&gt;
=== Quick links ===&lt;br /&gt;
Dashboard: https://dashboard.hackclub.app&lt;br /&gt;
&lt;br /&gt;
Forgejo: https://git.hackclub.app&lt;br /&gt;
&lt;br /&gt;
Nest Status: https://status.hackclub.app&lt;/div&gt;</summary>
		<author><name>U0A55A4B21K</name></author>
	</entry>
</feed>