[DiscordArchive] is thare a whay to use wow database editor over...
[DiscordArchive] is thare a whay to use wow database editor over...
Archived author: Needle • Posted: 2025-06-14T00:49:01.909000+00:00
Original source
Archived author: Needle • Posted: 2025-06-14T00:49:02.611000+00:00
Original source
Thread automatically created by spindlyfox20703 in <#415944535718494208>
Archived author: spindlyfox20703 • Posted: 2025-06-14T00:53:03.516000+00:00
Original source
im using a debian linux server to run my azerothcore server and im trying to cenect wowdatabase editor up to it so i can start the auth and world server localy and edit the mysql or the dbc files.
Archived author: thunder • Posted: 2025-06-14T10:52:16.766000+00:00
Original source
Install a visual interface makes it much easyer to copy paste files regarding db just open the ports and connect remotely from ur local
Archived author: thunder • Posted: 2025-06-14T10:53:49.086000+00:00
Original source
# Update system
apt update && apt upgrade -y
# Install XFCE Desktop Environment
apt install -y xfce4 xfce4-goodies
# Install xRDP for remote desktop
apt install -y xrdp
# Enable and start xrdp service
systemctl enable xrdp
systemctl start xrdp
# Set XFCE as default session for new users
echo "startxfce4" > /etc/skel/.xsession
cp /etc/skel/.xsession /root/.xsession
# Allow RDP port through UFW (if installed) or iptables
# Option 1: UFW (if you want a simple firewall)
apt install -y ufw
ufw allow 3389/tcp
ufw enable
# Option 2: iptables (if no UFW)
# iptables -A INPUT -p tcp --dport 3389 -j ACCEPT
# iptables-save > /etc/iptables/rules.v4
# Restart xrdp to apply config
systemctl restart xrdp
# Optional: Reboot to ensure everything loads cleanly
reboot
Archived author: spindlyfox20703 • Posted: 2025-06-14T12:59:26.690000+00:00
Original source
I don't wont a desktop environment on my Linux server that eats up resources and besides that is knot what i was asking and second off I'm able to connect to my server fine thru ssh. can you explain what you wher meaning by your answer.
Archived author: thunder • Posted: 2025-06-14T14:34:09.273000+00:00
Original source
Then just use ssh lol
Archived author: thunder • Posted: 2025-06-14T14:34:35.328000+00:00
Original source
If you use rdp u can copy ladt etc just finne
Archived author: thunder • Posted: 2025-06-14T14:34:52.821000+00:00
Original source
But if 1% resource loss is important to you just use ssh