<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.grunwald.systems/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.grunwald.systems/feed.php">
        <title>fachinformatiker-wiki - hosting:hetzner</title>
        <description>it&#039;s easy when it&#039;s here</description>
        <link>http://wiki.grunwald.systems/</link>
        <image rdf:resource="http://wiki.grunwald.systems/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-29T11:54:13+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/hosting/hetzner/acme-hetzner-api?rev=1708193020&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/hosting/hetzner/acme-hetzner-dns-api?rev=1774858008&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/hosting/hetzner/cloud?rev=1771639341&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/hosting/hetzner/storage-box?rev=1708193020&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.grunwald.systems/_media/wiki/dokuwiki.svg">
        <title>fachinformatiker-wiki</title>
        <link>http://wiki.grunwald.systems/</link>
        <url>http://wiki.grunwald.systems/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="http://wiki.grunwald.systems/hosting/hetzner/acme-hetzner-api?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ACME Hetzner DNS API</title>
        <link>http://wiki.grunwald.systems/hosting/hetzner/acme-hetzner-api?rev=1708193020&amp;do=diff</link>
        <description>ACME Hetzner DNS API

Create Hetzner DNS API Key

&lt;https://dns.hetzner.com/settings/api-token&gt; 


Hetzner DNS API documentation

&lt;https://dns.hetzner.com/api-docs&gt;</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/hosting/hetzner/acme-hetzner-dns-api?rev=1774858008&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-30T08:06:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ACME Hetzner DNS API</title>
        <link>http://wiki.grunwald.systems/hosting/hetzner/acme-hetzner-dns-api?rev=1774858008&amp;do=diff</link>
        <description>ACME Hetzner DNS API

:!: Outdated

Create Hetzner DNS API Token

&lt;https://dns.hetzner.com/settings/api-token&gt; 


Hetzner DNS API Documentation

&lt;https://dns.hetzner.com/api-docs&gt;

Create Certificates

Single Domain


export HETZNER_API_KEY=&quot;&lt;Auth-API-Token&gt;&quot;
acme.sh --issue --dns hetzner -d &#039;wiki.grunwald.systems&#039;


SAN


export HETZNER_API_KEY=&quot;&lt;Auth-API-Token&gt;&quot;
acme.sh --issue --dns hetzner -d grunwald.systems -d &#039;wiki.grunwald.systems&#039;</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/hosting/hetzner/cloud?rev=1771639341&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-21T02:02:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>API</title>
        <link>http://wiki.grunwald.systems/hosting/hetzner/cloud?rev=1771639341&amp;do=diff</link>
        <description>API

Rescale

PowerShell


$env:HETZNER_TOKEN = &quot;&lt;CLOUD-API-TOKEN&gt;&quot;
$env:HETZNER_SERVER_ID = &quot;12345678&quot;
$env:HETZNER_SERVER_TYPE = &quot;cx23&quot;

$body = @{
    upgrade_disk = $true
    server_type  = $env:HETZNER_SERVER_TYPE
} | ConvertTo-Json

Invoke-WebRequest `
  -Method Post `
  -Headers @{ &quot;Authorization&quot; = &quot;Bearer $env:HETZNER_TOKEN&quot; } `
  -Uri &quot;https://api.hetzner.cloud/v1/servers/$env:HETZNER_SERVER_ID/actions/change_type&quot; `
  -ContentType &quot;application/json&quot; `
  -Body $body `
  -UseBasicParsin…</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/hosting/hetzner/storage-box?rev=1708193020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-17T18:03:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Hetzner Storage Box</title>
        <link>http://wiki.grunwald.systems/hosting/hetzner/storage-box?rev=1708193020&amp;do=diff</link>
        <description>Hetzner Storage Box

Mount

Linux


sudo apt install cifs-utils


Main Acc


mount -t cifs -o user=&lt;username&gt;,pass=&lt;password&gt; //&lt;username&gt;.your-storagebox.de/backup /mnt/backup --verbose


Sub Acc


mount -t cifs -o user=&lt;username-sub&gt;,pass=&lt;password&gt; //&lt;username-sub&gt;.your-storagebox.de/&lt;username-sub&gt; /mnt/backup --verbose</description>
    </item>
</rdf:RDF>
