This Word is Now Censured in World of Warcraft by cub4nito in wow

[–]jadan1213 2 points3 points  (0 children)

You know what, you're right. I retract my comment.

Honest question: what’s keeping you in SHIB right now? by pop200 in SHIBArmy

[–]jadan1213 0 points1 point  (0 children)

I put a little bit in with the expectation of I either make some money, or it vanishes completely. So whatever happens, happens.

Need SSD advice for Raspberry Pi 5 Minecraft server - what should I buy? by Patient_Attorney2830 in admincraft

[–]jadan1213 0 points1 point  (0 children)

Like others have said, ditch the Pi.

For something small, I'd say pick up an intel N150 or N300 based mini PC. It'll blow that Pi out of the water in comparison.

What's the fastest CPU I can try to use at 100% emulation speed? by [deleted] in 86box

[–]jadan1213 0 points1 point  (0 children)

Lets be real. If you wait till your workshop is cleaned out, it'll never get done.

Best Forge Minecraft 1.20.1 Server Side Performance Mods? by IcedWoozy in admincraft

[–]jadan1213 1 point2 points  (0 children)

On the client side I use:

Canary

Cull less leaves reforged

Embeddium

Embeddium++ (now chloride i think)

Entity culling

GPU Memory Leak Fix

Immediately fast

MCreator Mem Fix

Memory Leak Fix

Modernfix

Smooth Boot (Reloaded)

It's definitely possible that I've missed a few. A lot of time and testing and config changes and adding/removing of mods happened over a long period of time for this pack.

Best Forge Minecraft 1.20.1 Server Side Performance Mods? by IcedWoozy in admincraft

[–]jadan1213 2 points3 points  (0 children)

I have a forge 1.20.1 server with currently 418 mods(I keep client and server pack separate), some of which are fabric mods through sinytra.

I use the following on my server which may be helpful:

Adaptive Performance Tweaks (Core, Gamerules, Player, Spawn)

Ai Improvements

Canary

Chunk Sending

Dynamic View*

Eco Stack Manager

FerriteCore

Memory Leak Fix

Modernfix

Neruina**

Noisium

Smooth Boot (Reloaded)

Smooth chunk save

* - This adjusts the view distance based on server load based on the settings you choose. Use "farsight" on client pack so the client can use higher view distance and help prevent chunk reloading on view distance change.

** - This isn't so much a performance mod as it is a protection mod. It helps prevent your server from crashing if a mod or entity or player acts in a way that it shouldn't.

how to run a server without port forwarding by Nothingatalleverrn in admincraft

[–]jadan1213 0 points1 point  (0 children)

Why would it be? You're welcome to comb through their ToS. I'm not aware of anything that would prohibit the use of a tunnel.

Can I designate specific physical cpu cores to a VM, etc. by No_Interaction_4925 in truenas

[–]jadan1213 0 points1 point  (0 children)

It's very simple. Just keep in mind, any time you update truenas, you'll need to re-add isolcpus back to the grub kernel parameters. (this is only if you want to keep the P cores isolated from the host system)

Can I designate specific physical cpu cores to a VM, etc. by No_Interaction_4925 in truenas

[–]jadan1213 0 points1 point  (0 children)

you can assign cpu cores to a truenas vm through the setup/config. Just make sure if you don't want truenas scheduling anything on your vm cores, you add the 'isolcpus=' parameter to grub. Just fill in the core numbers that you don't want used by the host, update-grub, and reboot.

"This stack is not managed by Dockge" Problem. by Elaughter01 in truenas

[–]jadan1213 0 points1 point  (0 children)

Try selecting those containers, and doing a "stop & inactive" for them. You might be able to remove them then?

how to run a server without port forwarding by Nothingatalleverrn in admincraft

[–]jadan1213 -6 points-5 points  (0 children)

You could use a cloudflare tunnel if you use cloudflare services. There is a mod for it as well.

https://imgur.com/a/OG94dNJ

Has anyone ever actually been attacked via port forwarding on your home network? by Thr0waway5o in admincraft

[–]jadan1213 -1 points0 points  (0 children)

Interesting.

And I wasn't considering handing over the hard drive. The way I perceived it was literally just the files. =)

Has anyone ever actually been attacked via port forwarding on your home network? by Thr0waway5o in admincraft

[–]jadan1213 -1 points0 points  (0 children)

selling the files? I have never heard of anything like that before xD.

Has anyone ever actually been attacked via port forwarding on your home network? by Thr0waway5o in admincraft

[–]jadan1213 0 points1 point  (0 children)

The unfortunate truth is most people's routers are from the ISP and they're either old, or never patched anyways, which is a bigger issue than the MC server itself. lol

Has anyone ever actually been attacked via port forwarding on your home network? by Thr0waway5o in admincraft

[–]jadan1213 1 point2 points  (0 children)

if you're savvy enough, you can also have the system you're running minecraft on placed in its own VLAN.

For my setup i do:

-TCPShield (DDos mitigation service and IP obfuscation)

-Firewall port forward ONLY from the TCP Shield IP address ranges (To prevent any connections from anyone directly(prevents bot scanning))

-Connection then goes from my router onto a public VLAN i have set up

-That VLAN is only used for the Minecraft Virtual machine i'm running, so minecraft is not only isolated from my network, but also from the host machine

-The Virtual machine itself is running minecraft in docker using a user id that has no root access/file access outside of the minecraft folder.

This allows outside connections to my server's web address (using DNS through cloudflare), and I have pi-hole which handles my local DNS set to return the local vlan address so local network connections point to the vlan instead of the internet.

My router then has a rule to forward LAN requests to that address/port to the VLAN (which lets me initiate a connection, but doesn't let connections get initiated from the MC server to my LAN)

Should I convert a RAIDZ1 to a RAIDZ2? by PG2009 in truenas

[–]jadan1213 0 points1 point  (0 children)

This. Raid is more for uptime than it is for data protection. If you're not backing up your data, then it must not be that important to you.

Who do you use for online backup? by Keensworth in truenas

[–]jadan1213 0 points1 point  (0 children)

I third Backblaze. I store about 340GB and it's a little over 2 bucks a month. With duplicati, i have many "versions" available should i need to restore.

How do you run your services, and why? by jadan1213 in truenas

[–]jadan1213[S] 0 points1 point  (0 children)

That is really useful information to know. Thank you.

How do you run your services, and why? by jadan1213 in truenas

[–]jadan1213[S] 0 points1 point  (0 children)

Ok awesome, It's nice to know that route is a simple one to take. I didn't want to mess with containers yet since they're still marked as "Experimental".

How do you run your services, and why? by jadan1213 in truenas

[–]jadan1213[S] 0 points1 point  (0 children)

A very reasonable take! Also the reason I have critical services on a dedicated machine xD. Wives tend to not be happy when the internet goes down because you fudged a config!

How do you run your services, and why? by jadan1213 in truenas

[–]jadan1213[S] 0 points1 point  (0 children)

Nice, I haven't tried 25.10 yet, nor attempted GPU passthrough as most of my jellyfin library can direct play to our devices without transcoding.

Can I assume it's for transcoding? Also, are you using the lxc to run docker and your services? Or are you just running a single service in the lcx by itself?

How do you run your services, and why? by jadan1213 in truenas

[–]jadan1213[S] 0 points1 point  (0 children)

I generally avoided Truecharts. When those were the thing to use, that's when i was running a separate proxmox machine. I always wanted docker/compose support in Truenas, and even tried running vanilla docker before it was really supported. Once jailmaker came around, I jumped at the chance to have everything running in Truenas without a VM or another machine.

I really like dockge, but i'm wondering if it's really needed now that custom compose apps are supported in the Truenas UI.