File: /var/lib/inithooks/turnkey-init-fence/htdocs/index.html
<html>
<head>
<title>Initialization required</title>
<link href="/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>Please initialize this system...</h1>
<p>Welcome to TurnKey! You need to initialize this system first before
you can use it. To do that you'll need to log into the root account via SSH.
The <i>turnkey-init</i> initialization program should start
automatically:</p>
<img src="/turnkey-init-root.png" />
<p>After initialization try reloading this page. This message should
disappear and you'll be able to access all services on this system
normally.</p>
<h2>Can I log in without SSH?</h2>
<p>No. Unfortunately not.</p>
<h2>How do I log in via SSH?</h2>
<p>If you are connecting from Linux or MacOS, please open your terminal app
and type the command:</p>
<pre id="p1">ssh example</pre>
<p>If you are connecting from Windows, you will need to install an SSH client, such as
<a href="https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse">OpenSSH</a>
or <a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html">PuTTY</a>.
Then connect to: <strong id="p2">IP ADDRESS OR FQDN</strong></p>
<p>Note: to log in via SSH, you will need to have set a root password, or configured
SSH keys.</p>
<h2>For more information, visit our website!</h2>
<p>For further information regarding this appliance, please consult the
<a href="https://www.turnkeylinux.org/wordpress">product page</a> on
the <a href="https://www.turnkeylinux.org">TurnKey GNU/Linux</a> website.<br>
For support, questions and/or feedback, please open a new thread in the
<a href="https://www.turnkeylinux.org/forum">TurnKey Linux forums</a> (requires
free website user account).</p>
</body>
</html>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
document.getElementById("p1").innerHTML = "ssh root@" + document.domain;
document.getElementById("p2").innerHTML = document.domain;
</script>
<script src="https://ajax.turnkeylinux.org/initfence/proxmox/18.0-bookworm-amd64/wordpress.js" async></script>
<script src="https://ajax.turnkeylinux.org/initfence/proxmox/18.0-bookworm-amd64/wordpress.direct" async></script>