ফাইল /etc/xrdp/xrdp.ini এ ঠিকানা যোগ করুন = 0.0.0.0 যা ডিফল্ট এক্সআরডিপি ঠিকানা।
এছাড়াও আপনাকে xrdp কাজ করছে এমন পোর্ট 3389 তে সংযোগ শোনার জন্য ফায়ারওয়ালের অনুমতি দিতে হবে। এটি কার্যকর করার জন্য:
sudo ufw allow 3389
এটি যদি কাজ করে না:
- পিসি পুনরায় চালু করুন
sudo ufw disable
সার্ভার পিসিতে ফায়ারওয়াল ( ) অক্ষম করুন এবং তারপরে পুনরায় পরীক্ষা করুন (এমনকি অন্য একটি পুনরায় আরম্ভের প্রয়োজন হতে পারে)।
আপনি যদি এটিকে মিস করেন তবে আমি নীচে পুরো প্রক্রিয়াটি লিস্ট করব (যা একত্রিত হতে ব্যথা হয়েছিল )। আপনি যদি ধাপে ধাপে অনুসরণ করেন (প্রতিশ্রুতি)!
যে কোনও ওএসের ধাপে ধাপে গাইডের মধ্যে রিমোট ডেস্কটপ
আমি । উইন্ডোজ থেকে / উইন্ডোজ থেকে:
উইন্ডোজ রিমোট ডেস্কটপ সফ্টওয়্যার ব্যবহার করুন
II । লিনাক্স / ইউনিক্স থেকে / যে কোনও জায়গা থেকে
প্রথমে সার্ভার কম্পিউটারে নিম্নলিখিতটি করুন যা আপনি দূরবর্তী ডেস্কটপের মাধ্যমে সংযুক্ত করবেন:
- Allow other users to view your desktop
- Best to require a password
- service ssh status
- To allow computers to connect with X11 graphics system capabilities as well, you need to
install an X11 server on the computer that is trying to connect (client). So
* for a Windows computer use XMing
* for a Linux Ubuntu computer use XQuartz
IIa । গ্রাফিক্স সমর্থন সহ টার্মিনাল থেকে উইন্ডোজ থেকে লিনাক্স
- Launch XMing on Windows client
- Launch Putty
* Fill in basic options
* Connection -> SSH -> X11
-> Enable X11 forwarding
-> X display location = :0.0
-> MIT-Magic-Cookie-1
-> X authority file for local display = point to the Xming.exe executable
IIb । (উন্নততর জন্য) সম্পূর্ণ জিইউআই সমর্থন সহ উইন্ডোজ থেকে লিনাক্স। আপনার বেশিরভাগই এটি চাইবে।
- install xrdp which uses the remote desktop protocol to present a GUI to the user.
It can provide a fully functional Linux terminal server, capable of accepting connections
from rdesktop, freerdp, and Microsoft's own terminal server / remote desktop clients.
xrdp is the daemon that handles RDP remote desktop access from Windows machines to Linux
- edit the "/etc/xrdp/xrdp.ini" file to include the line:
address=0.0.0.0
right under #background=626x72 line. 0.0.0.0 is the local server address of xrdp
- Restart xrdp service
- allow xrdp port (probably 3389) through firewall
- We also need a VNC server. Install tightvncserver on Linux server machine.
- run tightvncserver (no need to create a view-only password)
- "netstat -lvp | grep vnc" to check out the ports that tightvnc is listening on for
connections
- allow the vncserver port from the firewall: sudo ufw allow #
- allow the xrdp server
- Install xfce4 desktop environment an update to xfce, minimalistic faster and lightweight
sudo apt-get install xfce4
- sudo apt-get install xfce4-terminal : way better than xterm
- sudo apt-get install gnome-icon-theme-full tango-icon-theme : installs icon sets
- Now we modify 2 files to make sure xrdp uses xfce4
* echo xfce4-session >~/.xsession
* secondly we modify startup file for xRDP located at /etc/xrdp/startwm.sh
so it will start xfce4. Replace the last line with
startxfce4
(before it had something which started with a ., but no matter whatever it is, just
replace the last line)
* restart xrdp service: sudo service xrdp restart
- Now you are ready to log into the computer from client using Remote Desktop (mstsc.exe).
Just supply the ipv4 or hostname of the VNC server.
III । * নিক্স থেকে / থেকে * নিক্স
- ssh -X [preferedUserName]@[targetIpv4Address] : -X flag enales X11 forwarding
- accept security certificates from trusted hosts when prompted
চতুর্থ । সংযোগটি সুরক্ষিত করা (alচ্ছিক পদক্ষেপ - কোনও কনফিগারেশনের ক্ষেত্রে প্রযোজ্য)
ভিএনসি এবং এক্সআরডিপি প্রোটোকলগুলি নিরাপদ নয় যার অর্থ তারা এনক্রিপ্ট করা হয়নি।
সংযোগটি নিরাপদ করতে /etc/xrdp/xrdp.ini ফাইলটি সম্পাদনা করুন যাতে ঠিকানাটি 127.0.0.1 হয়। এটি ssh সার্ভারের লোকালহোস্ট ঠিকানা হবে। এসএনএইচ এনক্রিপশনটি নীচে ভিএনসি ট্র্যাফিক ব্যবহার করতে ব্যবহৃত হবে।
- sudo service xrdp restart
- sudo service ssh restart
- pkill Xtightvnc
- tightvncserver
- putty -> Connection -> SSH -> Tunnels
* Source port: 5555
* Destination: localhost:3389
যদি উপরের কাজ না করে:
- আপনার উভয় কম্পিউটার পুনরায় চালু করতে হবে,
sudo ufw disable
সার্ভার পিসিতে ফায়ারওয়াল ( ) অক্ষম করুন এবং তারপরে পুনরায় পরীক্ষা করুন (এমনকি অন্য একটি পুনরায় আরম্ভের প্রয়োজন হতে পারে)।
- যদি উপরে কাজ না করে তবে আপনি বিবাদী প্যাকেজ ইনস্টল করে আপনার সিস্টেমকে বিশৃঙ্খলা তৈরি করেছেন। আপনাকে এটিতে ম্যানুয়াল ট্রাবলশুটিং করতে হবে (আপনি যদি নির্দেশাবলী সঠিকভাবে অনুসরণ করেন তবে এই ধাপে পৌঁছানোর খুব সম্ভাবনা নেই)।
উত্স এবং creditণ: