Advanced Search
Search Results
13 total results found
IP-Transit
VPS servers
Game servers
Discord Bot
fenrir
Minecraft
Wiregaurd proxmox setup (ip-transit)
📦 Step 1: Install WireGuard apt update && apt install wireguard -y 📁 Step 2: Create the WireGuard config Paste the config that we sent you into /etc/wireguard/wg0.conf 🚀 Step 3: Enable and start WireGuard systemctl enable --now wg-quick@wg0 🌐 Step 4: Add...
gre proxmox setup (ip-transit)
sudo ip link add gre1 type gre local Server-B-IPv4 remote Server-A-IPv4 key yourgrekey ttl 255 sudo ip addr add 10.10.0.2/16 dev gre1 sudo ip link set gre1 up #!/bin/bash for ip in {113..117}; do ip rule add from 5.231.32.$ip/32 table 10 prio 1 ip route...
vxlan proxmox setup (ip-transit)
Proxmox VXLAN Tunnel Setup Requirements Before starting, make sure you have: A working Proxmox installation Root access to your node The remote endpoint IP Basic networking knowledge Misconfiguration may result in loss of network connectivity. VXLAN allows y...
GRE tunnel on MikroTik router
Note: In this setup, the MikroTik router sits behind your primary router. GRE (protocol 47) must be allowed on the main router to ensure the tunnel can be established correctly. IP addresses provided by Luxxy.cloud (example values): Luxxy GRE server: 5.231.32....
Changing Minecraft server version
To change your Minecraft server version, simply follow these steps: 1. Go to the panel available at: https://panel.luxxy.cloud/ 2. In the menu on the left, select Startup. 3. In Variables, enter the desired version in the MINECRAFT VERSION field. 4. Then, in D...
Basic server configuration for VPS - Debian/Ubuntu
Creating a New User adduser username Add the user to the sudo group (so they can run administrator commands): usermod -aG sudo username Disabling Root Login via SSH and changing the SSH Port Edit the SSH configuration file: nano /etc/ssh/sshd_config Find...
Fenrir Panel — Docker Installation
Install Docker curl -sSL https://get.docker.com/ | CHANNEL=stable bash Verify: docker --version docker compose version Download Compose Stack mkdir -p /opt/fenrir && cd /opt/fenrir curl -o docker-compose.yml https://raw.githubusercontent.com/Luxxy-Hosting/Fe...