Advanced Search
Search Results
3 total results found
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...