Forums WoW Modding Support Archives WoWModding Threads [DiscordArchive] is thare a whay to use wow database editor over...

[DiscordArchive] is thare a whay to use wow database editor over...

[DiscordArchive] is thare a whay to use wow database editor over...

rektbyfaith
Administrator
0
06-14-2025, 12:49 AM
#1
Archived author: Needle • Posted: 2025-06-14T00:49:01.909000+00:00
Original source

rektbyfaith
06-14-2025, 12:49 AM #1

Archived author: Needle • Posted: 2025-06-14T00:49:01.909000+00:00
Original source

rektbyfaith
Administrator
0
06-14-2025, 12:49 AM
#2
Archived author: Needle • Posted: 2025-06-14T00:49:02.611000+00:00
Original source

Thread automatically created by spindlyfox20703 in <#415944535718494208>
rektbyfaith
06-14-2025, 12:49 AM #2

Archived author: Needle • Posted: 2025-06-14T00:49:02.611000+00:00
Original source

Thread automatically created by spindlyfox20703 in <#415944535718494208>

rektbyfaith
Administrator
0
06-14-2025, 12:53 AM
#3
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.
rektbyfaith
06-14-2025, 12:53 AM #3

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.

rektbyfaith
Administrator
0
06-14-2025, 10:52 AM
#4
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
rektbyfaith
06-14-2025, 10:52 AM #4

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

rektbyfaith
Administrator
0
06-14-2025, 10:53 AM
#5
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
rektbyfaith
06-14-2025, 10:53 AM #5

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

rektbyfaith
Administrator
0
06-14-2025, 12:59 PM
#6
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.
rektbyfaith
06-14-2025, 12:59 PM #6

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.

rektbyfaith
Administrator
0
06-14-2025, 02:34 PM
#7
Archived author: thunder • Posted: 2025-06-14T14:34:09.273000+00:00
Original source

Then just use ssh lol
rektbyfaith
06-14-2025, 02:34 PM #7

Archived author: thunder • Posted: 2025-06-14T14:34:09.273000+00:00
Original source

Then just use ssh lol

rektbyfaith
Administrator
0
06-14-2025, 02:34 PM
#8
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
rektbyfaith
06-14-2025, 02:34 PM #8

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

rektbyfaith
Administrator
0
06-14-2025, 02:34 PM
#9
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
rektbyfaith
06-14-2025, 02:34 PM #9

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

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)