Parsec-like software for hosting on Linux

Are there software that does the same thing as Parsec that’ll allow me to host my Linux system? Or maybe things I need to do to do it myself?

Preferably one that’ll work on both AMD and Intel, since I’m switching from the latter to the former by the end of the year (at least I’m planning to).

What are you looking to do with it? Just remote desktop or gaming?

Both cases

I only have limited experience with Parsec but the only thing I know of that could compete is tigervnc.

You can either do a standalone server which’ll generate it’s own X session:
sudo apt install tigervnc-standalone-server

Or you can do a scraping server which’ll share an X session:
sudo apt install tigervnc-scraping-server