HytaleTalk – Hytale Servers, Mods & Community Forum

Welcome to HytaleTalk — the community hub for all Hytale fans! You're currently viewing the forum as a guest. By creating a free account, you unlock full access: post your own topics, share creations, join discussions, and connect with other members through private messages. Ready to join the adventure?

Countdown until official launch!

The Forum is officially released!
Hytale Portal Landing Page

Hytale Portal Landing Page 1.0.0

No permission to download

🌐 Hytale Portal – Ready-to-use Landingpage for your Server​


A lightweight, ready-made landing page for Hytale servers.
No framework, no build tools, no backend — just upload and use.

✨ What It Is​

  • 🌐 A complete landing page made specifically for Hytale servers
  • 📡 Shows live server status and player count
  • 🎨 Fully customizable via an in-browser config panel
  • 🧩 Built with plain HTML, CSS, and JavaScript
  • ⚡ No Node, no npm, no build step required

🎯 Who It’s For​

  • Hytale server owners who want a professional landing page
  • Users without coding knowledge
  • Servers that want a simple, fast, and dependency-free solution

🧩 Features​


🎨 Branding​

  • Title and tagline
  • Background (preset or custom URL)
  • Two accent colors
  • Icon styles (Default, Fantasy, Pixel)
  • Panel logo and footer text
  • All texts editable directly in the panel

🧱 Layout & Icons​

  • Change all visible texts without editing code
  • Switch between different icon packs
  • Replace or add custom icons manually
  • Fully customizable links and buttons

📡 Server Status​

Enter your server address:
  • play.yourserver.gg
  • play.yourserver.gg:5521
Status and player count update automatically.

🔗 Links​

  • Discord
  • Store
  • Vote
  • Join button
All optional and fully editable.

🌐 Languages​

  • English, German, Spanish included
  • All texts editable via lang/*.json
  • Built-in Language Editor inside the panel
  • Per-language text overrides stored in the browser

🛠️ Installation​

  1. Upload the portal files to your webspace.
  2. Point your domain to the folder.
  3. Open the page in your browser.

⚙️ First Setup​

  1. Unlock owner mode:
    • Press Ctrl + Shift + O
    • Enter the owner key
  2. Open the config panel.
  3. Set:
    • Server address
    • Title and colors
    • Links and language
  4. Click Save.

Your landing page is ready.

🔐 Owner Mode​

The config panel is hidden from normal visitors.

Unlock
Shortcut:
  • Ctrl + Shift + O (Windows/Linux)
  • Cmd + Shift + O (Mac)

Or open:
Code:
https://your-domain.com/?owner=1&ownerKey=YOUR_KEY

Lock again
Code:
https://your-domain.com/?owner=0

Change owner key
Edit:
Code:
js/owner-config.js

Example:
Code:
window.PORTAL_OWNER_CONFIG = {
  key: "your-secret-key",
  queryParam: "ownerKey",
  shortcut: true
};

📁 File Structure​

Code:
/
  .gitignore
  LICENSE
  README.md
  index.html

  css/
    styles.css

  js/
    app.js
    owner-config.js

  lang/
    de.json
    en.json
    es.json

  assets/
    favicon.svg
    manifest.json

    backgrounds/
      bg-day.jpg
      bg-night.jpg
      bg-twilight.jpg

    icons/
      default/
        default-1.png … default-6.png
      fantasy/
        fantasy-1.png … fantasy-6.png
      pixel/
        pixel-1.png … pixel-6.png

    ui/
      panel-logo-default.png

📡 Server Status​

Uses built-in API:
Code:
https://api.bitaces.dev/status.php

  • No setup required.
  • If the server or API is unreachable, it shows:

Code:
Offline / 0 players

🔗 Links​

Support / Feature Requests:

GitHub Source:

⚠️ Notes​

  • Frontend-only project.
  • Owner protection is not real server-side security.
  • Status depends on the external API.

🚀 Quick Summary​

Upload files → unlock panel → enter server address → save.
Done in under a minute.
  • Bildschirmfoto 2026-02-19 um 15.02.49.png
    Bildschirmfoto 2026-02-19 um 15.02.49.png
    61.2 KB · Views: 6
  • Bildschirmfoto 2026-02-19 um 15.03.10.png
    Bildschirmfoto 2026-02-19 um 15.03.10.png
    44.9 KB · Views: 7
  • Bildschirmfoto 2026-02-19 um 15.03.22.png
    Bildschirmfoto 2026-02-19 um 15.03.22.png
    44.4 KB · Views: 7
  • hyportal.png
    hyportal.png
    328.4 KB · Views: 7
Author
BitaceS
Downloads
0
Views
12
First release
Last update

Ratings

0.00 star(s) 0 ratings
Back
Top